Total Pageviews

Tuesday, July 11, 2017

Udemy course videos download


CourtesyPankaj Barnwal, Quora ( https://www.quora.com/How-do-I-download-videos-from-Udemy)

How to Download your subscribed course videos from Udemy:

If you don't mind getting your hand dirty in coding, may i suggest you a python script 'python-dl' which is best to download videos from the mentioned course site.
Step-by-step Guide -
if you dont have pip installer, have it installed via following command-
  1. sudo apt install python-pip
Now download python script "python-dl" through pip install-
  1. sudo pip install udemy-dl
Below is the command to download entire udemy course using this script
  1. udemy-dl course-link
Next type your username & password and you will be good to go, or you can type them in the same sentence like this
  1. udemy-dl -u username -p password course link
Advance Usage - This is where it gets fun. if you want to download specific video from the list, use following command -
  1. udemy-dl -u username -p password --lecture-start lecture No where you want download to start --lecture-end end point
For Example -
  1. udemy-dl -u abcd@xyz.com -p HND$#$5 --lecture-start 52 --lecture-end 58 https://www.udemy.com/COURSE_NAME
Note - This script does not pull written docs but it works great for videos.


No comments: