udemy-downloader

(★ 2,027)

A Udemy downloader that can download courses, with DRM support.

File Explorer

  • .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

jsDelivr

jsDelivr 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 ▼

This command is an alias of `chromium`.

tldr chromium

View documentation for the original command:

🔍

chromium

View Details ▼

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 ▼

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 ▼

This command is an alias of `chromium`.

tldr chromium

View documentation for the original command:

🔍

pip install

View Details ▼

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 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 ▼

This command is an alias of `chromium`.

tldr chromium

View documentation for the original command:

🔍

chrome

View Details ▼

This command is an alias of `chromium`.

tldr chromium

View documentation for the original command:

# Project Badges

  • forthebadge forthebadge Visit
  • forthebadge forthebadge Visit
  • forthebadge forthebadge Visit
  • forthebadge forthebadge Visit
  • GitHub forks GitHub forks
  • GitHub Repo stars GitHub Repo stars
  • GitHub GitHub
// repository documentation