Python script of Nettruyen Downloader
[Update: 06-07-2021] This tool still working if nettruyen change domain.
[Other] I've found a Tampermonkey script that works on different manga sites: https://github.com/lelinhtinh/Userscript/tree/master/manga_comic_downloader
Thanks to the author and use it by your own way.
For more infomation about the project please read in Nettruyen Downloader.
The script will download into current working directory.
- python 3.8.2
- bs4
- argparse
pip install argparse bs4 requests
usage: nettruyen_downloader_script.py [-h] [-a] [-f from_chapter to_chapter]
[-c chapter]
manga_url
positional arguments:
manga_url url to the manga homepage
optional arguments:
-h, --help show this help message and exit
-a, --all download/update all chapter
-f from_chapter to_chapter, --fromto from_chapter to_chapter
download from one chapter to another chapter
-c chapter, --chapter chapter
download one chapter
- I have found a good image viewer application that perfectly suited for reading manga - QuickViewer
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Author - @quantrancse