Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1868  / 2 Years ago, thu, june 30, 2022, 11:07:15

I tried all the tricks I could find to download this link from terminal using wget and curl :
http://libgen.gs/ads.php?md5=5C757EA95B47CEAB5065B26EEB55896A


None succeeded to get me the epub book that I can simply download by clicking 'get' button when opening the link in a browser. I rather download it using consol, is it even possible to do so ?


More From » php

 Answers
4

The answer is to open the link you've been given. You'll probably notice something that says "GET" at the top of your web page


Use wget on that link.


wget "http://111.90.145.72/get.php?md5=5c757ea95b47ceab5065b26eeb55896a&key=FIS7AXJH8YP1OC66"

It will put that in your current directory. The last thing you have to do is rename the file.


mv 'get.php?md5=5c757ea95b47ceab5065b26eeb55896a&key=FIS7AXJH8YP1OC66' random.epub

Then you can open your epub file in an ebook reader.


[#1935] Saturday, July 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
olfdit

Total Points: 118
Total Questions: 98
Total Answers: 97

Location: Honduras
Member since Fri, Nov 25, 2022
1 Year ago
;