Looks like the archive's web seed is corrupted. No probs, we could use wget
make sure you got wget installed
make a txt file contains drive for files, in our case, first line of the text file would be
888072.torrent
name it itemlist.txt
then run wget with this command
wget -r -H -nc -np -nH --cut-dirs=1 -e robots=off -l1 -i ./itemlist.txt -B 'http://archive.org/download/'
or if you want to close terminal but keep the process, run
wget -r -H -nc -np -nH --cut-dirs=1 -e robots=off -l1 -i ./itemlist.txt -B 'http://archive.org/download/' & disown
more info https://blog.archive.org/2012/04/26/downloading-in-bulk-using-wget/
Comments - 8
bkwree
anikaxe
RozDa
liuxiangw2
maguro
jenny
pixels
pixels