Skip to content

Instantly share code, notes, and snippets.

@vsec7
Created June 14, 2020 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsec7/c937c3f78817bc5f466205a24e9ed21e to your computer and use it in GitHub Desktop.
Save vsec7/c937c3f78817bc5f466205a24e9ed21e to your computer and use it in GitHub Desktop.
[OneLiner] [bash] Bypass internet positive + mass image downloader nhentai.net
read -p "ID : " id;mkdir $id;cd $_;xargs -n1 -I{} sh -c 'curl --progress-bar -O -H "Origin: rincans.io" "https://cors-anywhere.herokuapp.com/{}"' <<< `curl -s -H "Origin: rincans.io" "https://cors-anywhere.herokuapp.com/https://nhentai.net/g/$id/" | grep -Po 'data-src="\K[^"]+' | grep -v thumb`
@zakirkun
Copy link

otw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment