r0oth3x49 /
udemy-dl
A cross-platform python based utility to download courses from udemy for personal offline use.
Loading repository data…
r0oth3x49 / repository
A cross-platform python based utility to download courses from lynda.com for personal offline use.
A cross-platform python based utility to download courses from lynda for personal offline use.
-k / --cookies).--info).--skip-sub, --skip-sub).-q / --quality).-d / --directory).To maintain an effective bugfix workflow and make sure issues will be solved, I ask reporters to follow some simple guidelines.
Before creating an issue, please do the following:
master in the repository.A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is your environment? What was the course url? What steps will reproduce the issue? What OS experience the problem? All these details will help to fix any potential bugs as soon as possible.
Short and descriptive example bug report title
A summary of the issue and the OS environment in which it occurs. If suitable, include the steps required to reproduce the bug.
- This is the first step
- This is the second step
- Further steps, etc.
<url>- a lynda course link to reproduce the error.Any other information you want to share that is relevant to the issue being reported.
piprequestscoloramaunidecodesixrequests[security] or pyOpenSSLpip install -r requirements.txt
You can download the latest version of lynda-dl by cloning the GitHub repository.
git clone https://github.com/r0oth3x49/lynda-dl.git
Download course using user credentials
python lynda-dl.py COURSE_URL
OR
python lynda-dl.py -u user@domain.com -p p4ssw0rd COURSE_URL
Download course using organization's library card
python lynda-dl.py -o organization COURSE_URL
OR
python lynda-dl.py -u library_card_num -p library_card_pin -o organization COURSE_URL
Download course to a specific location using user credentials
python lynda-dl.py COURSE_URL -d "/path/to/directory/"
OR
python lynda-dl.py -u user@domain.com -p p4ssw0rd COURSE_URL -d "/path/to/directory/"
Download course to a specific location using organization's library card
python lynda-dl.py -o organization COURSE_URL -d "/path/to/directory/"
OR
python lynda-dl.py -u library_card_num -p library_card_pin -o organization COURSE_URL -d "/path/to/directory/"
list down course information
python lynda-dl.py COURSE_URL --info
Download with specific resolution/ quality
python lynda-dl.py COURSE_URL -q 720
Selected from shared topics, language and repository description—not editorial ratings.
r0oth3x49 /
A cross-platform python based utility to download courses from udemy for personal offline use.