Zehina / Webtoon-Downloader

Webtoons Scraper able to download all chapters of any series wanted.
https://zehina.github.io/Webtoon-Downloader/
MIT License
138 stars 35 forks source link

feat: add option for naming folders with chapter name #14

Open kbravh opened 2 years ago

kbravh commented 2 years ago

Addresses https://github.com/Zehina/Webtoon-Downloader/issues/3.

I've added an argument --chapter-name, that when used in conjunction with --separate, will use the title of the ChapterInfo instead of the chapter number for the folder name.

Note: image names remain unaffected by this change.

Hope this helps, and I'm happy to make any revisions necessary.