17
votes
webtoon-dl: a cli for downloading webtoons as pdfs
Link information
This data is scraped automatically and may be incorrect.
- Title
- GitHub - robinovitch61/webtoon-dl: A webtoon comic downloader for the command line/terminal
- Authors
- robinovitch61
- Word count
- 592 words
Thanks for sharing! I don't have anything focused to say, so here's a smattering of random thoughts:
Any reason why you chose to download as PDFs? Are comic book archives (e.g.
.cbz
) not the more common format for this kind of stuff?I was somewhat confused skimming through your README, since it felt like I was suddenly reading about building from source when I was in the "Installation" section.
Might be worth throwing a
## Build
section right before### Build from Source (Mac, Linux, Windows)
. Or promote###
to##
for theBuild from Source (Mac, Linux, Windows)
section.Thanks for checking it out and for the helpful feedback!
I did pdfs as I built this at first to put some comics on my reMarkable eink reader. I wasn't aware of cbz - I'll look into supporting that with this tool, too.
Good note about separating build from install. I have another project's README I should do that to as well :)
the cbz format is simply a folder of images which has been zipped, and then the .zip file has been renamed to .cbz
It became popular due to the freeware comic book viewer CDisplay back in the 1990s. (great program!)
Here's the wiki page: https://en.wikipedia.org/wiki/Comic_book_archive
Many moons later, I have added a cbz output format option :)
Thanks, works perfectly!
I made this! Try it out and request features if you'd like.