a simple bash script to scrape the tcbscans site to download manga
NOTE: it requires
curl
,fzf
,soffice
,pdfunite
andwget
to run and uses GNU Core Utilities commandsgrep
,awk
,sed
,head
,tail
,find
etc.
NOTE: if you are on mac be sure to replace every head command with ghead (GNU version of head) as the default head available in mac doesn't support negative number
For the current user:
curl https://raw.githubusercontent.com/shivajichalise/tcbdwn/main/tcbdwn > ~/usr/local/bin/tcbdwn && chmod +755 ~/usr/local/bin/tcbdwn
Or simply copy the tcbdwn
file to a location in your $PATH
and make it executable.
- just run the script and it'll ask required input
tcbdwn
this script scraptes the tcbscans.com site, downloads every image from the given url, converts them into pdf and merges every pdf into a single one
Star the repository on Github
Follow shivajichalise on Github