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 Jan 22, 2021
1 parent 4eb8539 commit 4b6f6a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# crunchyroll-dl
Tested with Python 3.9.1 and youtube-dl 2021.1.16
Tested with Python 3.9.1 and youtube-dl 2021.1.16
Required Modules: 'youtube-dl', 'PyYAML', 'PrettyTable'

This program uses the crunchyroll extractor from youtube-dl.
Expand All @@ -11,7 +11,7 @@ By default up to ten threads are used, however 4-6 threads will probably saturat
### Arguments:
'-un': Username for Crunchyroll login
'-pw': Password for Crunchyroll login
'-t' : Threads to use for downloading
'-t' : Threads to use for downloading
'-c' : Path to config file
'-v' : Verbosity [0 (Default) - 3]
'-nf': Don't use filedialog; Type in paths manually
Expand All @@ -35,4 +35,4 @@ crunchyroll_downloader.py -t 7
Only download subtitles:
```
crunchyroll_downloader.py -skip_download True
```
```

0 comments on commit 4b6f6a1

Please sign in to comment.