https://github.com/saptaks/mangadownloader-cli
It is a python script to download all the pages of a particular issue in a manga
https://github.com/saptaks/mangadownloader-cli
beautifulsoup manga pillow python-script
Last synced: about 1 year ago
JSON representation
It is a python script to download all the pages of a particular issue in a manga
- Host: GitHub
- URL: https://github.com/saptaks/mangadownloader-cli
- Owner: SaptakS
- Created: 2015-08-28T17:17:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T00:39:45.000Z (over 7 years ago)
- Last Synced: 2025-01-10T21:41:39.230Z (over 1 year ago)
- Topics: beautifulsoup, manga, pillow, python-script
- Language: Python
- Size: 12.7 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# manga-Extractor
It is a python script to download all the pages of a particular issue in a manga.
## How to run the code:
* You can either do git clone or download the zip folder.
* Open the terminal and go to the particular folder.
* Install the requirements using "pip3 install -r requirements.txt".
* Run the program using "python3 manga_scrape.py".
* Then input the name of the folder you want to copy it into.
* Input the url for the first page of the manga issue.
* Enter the total number of pages in that issue.