Skip to content

Instantly share code, notes, and snippets.

@kmod-midori
Created August 1, 2014 07:27
Show Gist options
  • Select an option

  • Save kmod-midori/ace10cf22202484d55d3 to your computer and use it in GitHub Desktop.

Select an option

Save kmod-midori/ace10cf22202484d55d3 to your computer and use it in GitHub Desktop.
i=582326
while :
do
wget --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" -e robots=off --content-disposition --referer="http://www.nyaa.se/" --restrict-file-name=nocontrol "http://www.nyaa.se/?page=download&tid=$i"
i=$((i-1))
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment