Skip to content

quantrancse/nettruyen-downloader-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Python Version MIT License


NetTruyen Downloader Script

Python script of Nettruyen Downloader

About

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

Usage

The script will download into current working directory.

Prerequisites

  • python 3.8.2
  • bs4
  • argparse
pip install argparse bs4 requests

Run the script

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

Recommended Manga Viewer

  • I have found a good image viewer application that perfectly suited for reading manga - QuickViewer

Contributing

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.

  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

About

Python script of Nettruyen Downloader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages