Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 542 Bytes

Anime parser for https://jut.su/

This script downloads all the episodes of your chosen anime from jut.su.

Installation:

  • Install Python3
  • Install modules from requirements.txt: pip install -r requirements.txt

Launch:

python ./app.py

Usage:

image

Optional:

You can change the path to the download folder in config.py

TODO:

  • Async parser
  • Queue downloading
  • ...