Monday 29 May 2017

Download Udemy Videos Using Terminal

Hi friends,

In this post, we'll see how we can download the videos from the Udemy courses you have enrolled in. Although, Udemy do not support options to download their videos but there is a python library called udemy-dl which allows us to download Udemy videos. In this post, we'll see how to set up the same. 


Prerequisite: You need to have Python installed in your system to use udemy-dl.

You can install udemy-dl library using the following command:
sudo pip install udemy-dl

If you don’t have pip installer for installing python packages, you can get it installed via following command:
sudo apt-get install pip

Note: You don't need sudo for Windows Environment.
Once the udemy-dl library is successfully installed, you can start downloading the videos using the following command:
udemy-dl <COURSE_URL>

Next, it will ask for the username and the password of your udemy account. Once, you enter the details, your videos will start downloading.
Share:

2 comments:

  1. Hello admin please please make a post for downloading hotstar videos!
    Thank you

    ReplyDelete
    Replies
    1. I don't know about any such library as of now. Will surely make a post if I get to know about any.

      Delete