Download videos from Udemy for personal offline use
Project description
A Python script to download lecture videos for a udemy.com course.
Prerequisites
- Python (2 or 3)
pip(Python Install Packager)- Python module
requests- If missing, it's automatically installed by
pip
- If missing, it's automatically installed by
Preinstall
If you don't have pip installed, look at their install doc.
On Mac it's simple as just running:
brew install pip
Install udemy-dl
udemy-dl can be installed using pip
sudo pip install udemy-dl
or you can clone the repo and install it with make
git clone https://github.com/lestex/udemy-dl
cd udemy-dl && make all
Usage
Simply call udemy-dl with the full URL to the course page.
udemy-dl https://www.udemy.com/COURSE_NAME
udemy-dl will ask for your udemy username (email address) and password then start downloading the videos.
By default, udemy-dl will create a subdirectory based on the course name (be shure that no traling / sign is uncluded). If you wish to have the files downloaded to a specific location, use the -o /path/to/directory/ parameter.
If you wish, you can include the username/email and password on the command line using the -u and -p parameters.
udemy-dl -u user@domain.com -p $ecRe7w0rd https://www.udemy.com/COURSE_NAME
For information about all available parameters, use the --help parameter
udemy-dl --help
Run in debug mode
udemy-dl https://www.udemy.com/COURSE_NAME --debug
Uninstall
udemy-dl can be uninstalled using pip
sudo pip uninstall udemy-dl
or
make u
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file udemydl-0.2.0.tar.gz.
File metadata
- Download URL: udemydl-0.2.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c34acf48d5666161b1af419ffbca6fcc6566cff283e8c6c3b34c1e1857226375
|
|
| MD5 |
da482c6f45b2ff0dfb9c1657e30c8e82
|
|
| BLAKE2b-256 |
c0b16207396694bf95ef7bab67b0e8c6a3f7bb667d65e78a251ea08873505a80
|
File details
Details for the file udemydl-0.2.0-py3-none-any.whl.
File metadata
- Download URL: udemydl-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b4e2967fe5536de7733cf36f8de934018ff7af913974652faa84e5173b96fff
|
|
| MD5 |
f0c7142156f9fe2b53209cff7ca0c76e
|
|
| BLAKE2b-256 |
83eb3f57650f2ed3cfe6d0164e4e931d6e1d786fc1eabbc50189ee64270c2e04
|