Webtoon Ripper

Webtoon Ripper is a Python script designed to effortlessly download and organize webtoon images, enabling users to convert them into PDF or CBZ formats seamlessly.

Features

  • Download: Fetch webtoon images from a specified URL.
  • Organization: Organize images into folders for different formats (JPG and PNG).
  • Conversion: Convert images into either PDF or CBZ format.
  • Progress Visualization: Track download and conversion progress using the rich library.

Prerequisites

  • Python 3.7
  • Install dependencies using the following command:
    pip install -r requirements.txt

Usage

  1. Clone the repository:

    git clone https://github.com/SASUKE-DUCK/webtoon-RIPPER.git
  2. Navigate to the project directory:

    cd webtoon-RIPPER
  3. Run the script with the desired webtoon URL and output format:

    python main.py -url [WEBTOON_URL] -o [pdf|cbz]

    Example:

    python main.py -url "https://www.webtoons.com/en/drama/whale-star-the-gyeongseong-mermaid/list?title_no=3237" -o cbz

image

Options

  • -url : URL of the webtoon series.
  • -o : Output format (pdf or cbz).

Acknowledgments

Contribution

Contributions are welcome! Feel free to open an issue or submit a pull request.

Author