-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
601e1d9
commit 0c06c41
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
- ... |