Download videos from Udemy for personal offline use
Project description
A Python script to download lectures from udemy.com.
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
udemydl
can be installed using pip
pip install udemydl
or you can clone the repo and install it with make
git clone https://github.com/lestex/udemydl
cd udemy-dl && make all
Usage
Simply call udemydl
with the full URL to the course page.
udemydl https://www.udemy.com/COURSE_NAME
udemydl
will ask for your udemy username (email address) and password then start downloading the videos.
By default, udemydl
will create a subdirectory based on the course name (be shure that no traling / sign is uncluded). If you want to download files to a specific location, use the -o /path/to/directory/
parameter.
You can include the username/email and password on the command line using the -u and -p parameters.
udemydl -u user@domain.com -p $ecRe7w0rd https://www.udemy.com/COURSE_NAME
For information about all available parameters, use the --help
parameter
udemydl --help
Run in debug
mode
udemydl https://www.udemy.com/COURSE_NAME --debug
Uninstall
udemydl
can be uninstalled using pip
:
pip uninstall udemydl
or from source code directory with:
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
File details
Details for the file udemydl-0.6.1.tar.gz
.
File metadata
- Download URL: udemydl-0.6.1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb1ff444331f2427187f3ae755bacb1207fde4ace95af7bc0861247a0a3e6469 |
|
MD5 | 6810f85d18a932fdd462e70c4808dd89 |
|
BLAKE2b-256 | f910ec2ddf0fb5dd9e8b09302fb0bac8c74b44dbf28c2a3914da711146673b16 |
File details
Details for the file udemydl-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: udemydl-0.6.1-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea8b50126c8fb87edfa30bc920fdec5b2d5c85ae167f072f8f0dae2d9fae1731 |
|
MD5 | 084e8d73c0c7359e393f6cc24fc6301d |
|
BLAKE2b-256 | d0b64bb65ea42768ad21f1022ed300dc2f3b37f483bbe111f361b3318e8c2e72 |