Skip to content

cryptosvinarnik/jut.su-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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