udemy-downloader
A Udemy downloader that can download courses, with DRM support.
File Explorer
- bug_report.yml
- feature_request.yml
- dependabot.yml
- FUNDING.yml
- article_template.html
- assignment_template.html
- coding_assignment_template.html
- quiz_template.html
- role_play_template.html
- .env.sample
- .gitattributes
- .gitignore
- constants.py
- docker-compose.yml
- Dockerfile
- keyfile.example.json
- LICENSE
- main.py
- mp4parse.py
- README.md
- requirements.txt
- tls.py
- utils.py
- vtt_to_srt.py
- widevine_pssh_data.proto
- widevine_pssh_data_pb2.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brave
View Details ▼
brave
This command is an alias of `chromium`.
tldr chromium
View documentation for the original command:
chromium
View Details ▼
chromium
Open-source web browser principally developed and maintained by Google.
Note: You may need to replace the `chromium` command with your desired web browser, such as `brave`, `google-chrome`, `opera`, or `vivaldi`.
chromium {{https://example.com|path/to/file.html}}
Open a specific URL or file:
chromium {{https://example.com|path\to\file.html}}
Open a specific URL or file:
chromium --incognito {{example.com}}
Open in incognito mode:
firefox
View Details ▼
firefox
A free and open source web browser.
firefox {{https://www.duckduckgo.com}}
Launch Firefox and open a web page:
firefox --new-window {{https://www.duckduckgo.com}}
Open a new window:
firefox --private-window
Open a private (incognito) window:
opera
View Details ▼
opera
This command is an alias of `chromium`.
tldr chromium
View documentation for the original command:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
vivaldi
View Details ▼
vivaldi
This command is an alias of `chromium`.
tldr chromium
View documentation for the original command:
chrome
View Details ▼
chrome
This command is an alias of `chromium`.
tldr chromium
View documentation for the original command:
