Skip to content

Simple bash script to download manga from tcbscans.com

License

Notifications You must be signed in to change notification settings

shivajichalise/tcbdwn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

tcbdwn

tcb download

a simple bash script to scrape the tcbscans site to download manga

NOTE: it requires curl, fzf, soffice, pdfunite and wget to run and uses GNU Core Utilities commands grep, 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

Installing

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.

Usage

  • just run the script and it'll ask required input
tcbdwn

How it works

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

Self-Promotion

Star the repository on Github

Follow shivajichalise on Github

About

Simple bash script to download manga from tcbscans.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages