Skip to content

westhecool/webtoon-to-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webtoon to .epub converter

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!!

Installation

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

Usage

./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.

TODO

  • 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

About

A program to download/archive down a whole webtoon comics into offline html files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published