mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-05-01 17:04:25 +02:00
Update README.md
- Removed threading related stuff
This commit is contained in:
parent
9a1a318f93
commit
cb98f57bd0
10
README.md
10
README.md
@ -68,8 +68,7 @@ You can now run `python main.py` to start downloading. The course will download
|
|||||||
# Advanced Usage
|
# Advanced Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: main.py [-h] -c COURSE_URL [-b BEARER_TOKEN] [-q QUALITY] [-t THREADS] [-l LANG] [--skip-lectures] [--download-assets]
|
usage: main.py [-h] -c COURSE_URL [-b BEARER_TOKEN] [-q QUALITY] [-l LANG] [--skip-lectures] [--download-assets] [--download-captions] [-d]
|
||||||
[--download-captions] [--use-threaded-downloader] [-d]
|
|
||||||
|
|
||||||
Udemy Downloader
|
Udemy Downloader
|
||||||
|
|
||||||
@ -81,13 +80,10 @@ optional arguments:
|
|||||||
The Bearer token to use
|
The Bearer token to use
|
||||||
-q QUALITY, --quality QUALITY
|
-q QUALITY, --quality QUALITY
|
||||||
Download specific video quality. (144, 360, 480, 720, 1080)
|
Download specific video quality. (144, 360, 480, 720, 1080)
|
||||||
-t THREADS, --threads THREADS
|
|
||||||
Max number of threads to use when using the threaded downloader (default 10)
|
|
||||||
-l LANG, --lang LANG The language to download for captions (Default is en)
|
-l LANG, --lang LANG The language to download for captions (Default is en)
|
||||||
--skip-lectures If specified, lectures won't be downloaded.
|
--skip-lectures If specified, lectures won't be downloaded.
|
||||||
--download-assets If specified, lecture assets will be downloaded.
|
--download-assets If specified, lecture assets will be downloaded.
|
||||||
--download-captions If specified, captions will be downloaded.
|
--download-captions If specified, captions will be downloaded.
|
||||||
--use-threaded-downloader If specified, the experimental threaded downloader will be used
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- Passing a Bearer Token and Course ID as an argument
|
- Passing a Bearer Token and Course ID as an argument
|
||||||
@ -111,10 +107,6 @@ optional arguments:
|
|||||||
- Skip downloading lecture videos
|
- Skip downloading lecture videos
|
||||||
- `python main.py -c <Course URL> --skip-lectures --download-captions` - Downloads only captions
|
- `python main.py -c <Course URL> --skip-lectures --download-captions` - Downloads only captions
|
||||||
- `python main.py -c <Course URL> --skip-lectures --download-assets` - Downloads only assets
|
- `python main.py -c <Course URL> --skip-lectures --download-assets` - Downloads only assets
|
||||||
- Use threaded downloader
|
|
||||||
- `python main.py -c <Course URL> --use-threaded-downloader`
|
|
||||||
- Use threaded downloader with custom max threads
|
|
||||||
- `python main.py -c <Course URL> --use-threaded-downloader --threads 15`
|
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user