Created
June 14, 2020 04:47
-
-
Save vsec7/c937c3f78817bc5f466205a24e9ed21e to your computer and use it in GitHub Desktop.
[OneLiner] [bash] Bypass internet positive + mass image downloader nhentai.net
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
otw