Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trigus42 authored Oct 18, 2021
1 parent bc1284c commit 6e9d379
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This script uses the crunchyroll extractor from youtube-dl.
It provides a CLI for downloading anime from Crunchyroll, displaying all videos with season, episode number and avaiable language.
Most importantly it uses multithreading to significantly speed up everything.

### Quick-start

- Get ffmpeg
- Download this Repo
- Install requirements using `pip3 install -r requirements.txt`
- Start main.py

### Arguments:
| Argument | Description |
|----------|----------|
Expand All @@ -30,4 +37,4 @@ main.py -t 7
Only download subtitles:
```
main.py -skip_download True
```
```

0 comments on commit 6e9d379

Please sign in to comment.