Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
45
rated 0 times [  45] [ 0]  / answers: 1 / hits: 113252  / 1 Year ago, mon, april 17, 2023, 2:56:50

I'm trying to download winamp's website in case they shut it down. I need to download literally everything.



I tried once with wget and I managed to download the website itself, but when I try to download any file from it it gives a file without an extension or name. How can I fix that?


More From » downloads

 Answers
1

You may need to mirror the website completely, but be aware that some links may really dead. You can use HTTrack or wget:



wget -r http://winapp.com # or whatever


With HTTrack, first install it:



sudo apt-get install httrack


now run it just 1 external link:



httrack --ext-depth=1 http://winapp.com


This will download the winapp CDN files, but not the files in the files in the files in the whole internet.


[#27948] Tuesday, April 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eving

Total Points: 162
Total Questions: 102
Total Answers: 112

Location: Trinidad and Tobago
Member since Thu, Dec 1, 2022
1 Year ago
;