Code Monkey home page Code Monkey logo

webtoon-downloader's Introduction


Webtoon Downloader

A simple tool for downloading chapters of any releases hosted on the webtoons website.

Report Bug · Request Feature

Contents

  1. Supported Sites
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Built With

Supported Sites

Getting Started

To get a local copy up and running follow these simple steps.

Compatibility

Webtoon Downloader is supported on Windows, Linux & OSX. The minimum python version required is:

  • Python >= 3.7

Installation

  1. Clone the repo
    git clone https://github.com/Zehina/Webtoon-Downloader.git
  2. Navigate to the src folder containing the script
    cd Webtoon-Downloader
    cd src
  3. Install required modules
    pip install -r requirements.txt 

Usage

  • Downloading all chapters of a given title.

    $ python webtoon_downloader.py "www.webtoons.com/en/.../.../list?title_no=...&page=1"
  • Downloading all released chapters starting from chapter 10 until the last released chapter.

    $ python webtoon_downloader.py [url] --start 10
  • Downloading all released chapters until chapter 150.

    $ python webtoon_downloader.py [url] --end 150
  • Downloading all released chapters between chapter 35 and chapter 67, inclusive of both of these chapters.

    $ python webtoon_downloader.py [url] --start 35 --end 67
  • Downloading only the latest released chapter using either -l or --latest.

    $ python webtoon_downloader.py [url] --latest
  • You can change the format of the downloaded pictures with the --images-format argument

    $ python webtoon_downloader.py [url] --images-format 'png'
  • By default, the downloaded chapters will be stored under the current working directory with the folder name [series_title]. For example, downloading Tower of God, Chapter 150 would result in the following:

    Tower_of_God
        │--150_001.jpg
        │--150_002.jpg
        │--150_003.jpg
        │...
  • In order to download these images into a different folder, you can use the --dest optional argument.

    $ python webtoon_downloader.py [url] --dest ./path/to/parent/folder/of/downloaded/images
  • The downloaded images of the chapters are by default all located in the [dest], however these images can be seperated into seperate directories by providing the --seperate argument, where each directory corresponds to a downloaded chapter.

    $ python webtoon_downloader.py [url] --seperate

    For example, downloading Tower of God, Chapter 150 to 152 would result in the following:

    Tower_of_God
        │150
            │--150_001.jpg
            │--150_002.jpg
            │--150_003.jpg
            │...
        │151
            │--151_001.jpg
            │--151_002.jpg
            │--151_003.jpg
            │...
        │152
            │--152_001.jpg
            │--152_002.jpg
            │--152_003.jpg
            │...

For more details on positional arguments, please use the -h or --help argument:

py webtoon_downloader.py --help

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Zehina - [email protected]

Project Link: https://github.com/Zehina/Webtoon-Downloader

Built With

  • Rich Amazing and beautiful text formatting in terminals.
  • Webtoons For the accessibility to thousands of free comics.

webtoon-downloader's People

Contributors

lefro1 avatar zehina avatar celia-vytrac avatar wyldphyre avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.