A program to download/archive down a whole webtoon comics into offline html files.
Note: !!This could break at any time because it relies on the current layout of Webtoon's website!!
Using a venv:
git clone https://github.com/westhecool/webtoon-to-html.git
cd webtoon-to-html
python3 -m venv venv
./venv/bin/pip install -r requirements.txt./venv/bin/python3 main.py [link to chapter list of Webtoon series]The input must be a link to the chapter list of the webtoon series. Please do not use the mobile version of the site as it's not tested.
- Working downloader
- Web html reader
- Chapter/title listing page
- HTML metadata
- More metadata
- Possibly better ui for the offline html files
- Figure out how to download background music from webtoons
- Add functions to automatically/manually update new chapters to local library