Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosvinarnik authored Dec 1, 2022
1 parent 601e1d9 commit 0c06c41
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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: <code>pip install -r requirements.txt</code>

## Launch:
<code>python ./app.py</code>

## Usage:
![image](https://user-images.githubusercontent.com/101156562/204972333-bd2d919b-761b-46e8-a442-b59c73a20fff.png)


## Optional:
You can change the path to the download folder in <b>config.py</b>


## TODO:
- Async parser
- Queue downloading
- ...

0 comments on commit 0c06c41

Please sign in to comment.