How To
How to Download Udemy Course for Offline Reading
September 30, 2016
0

First Install PIP in your server:
# sudo curl https://bootstrap.pypa.io/get-pip.py | sudo python

# cd /tmp
# git clone https://github.com/nishad/udemy-dl.git

Download the udemy-dl software from git, then Install udemy-dl (Udemy Course Downloader) running the below command:
#pip install udemy-dl

Now Download the course that you have purchased already:
# udemy-dl https://www.udemy.com/COURSE_NAME

For example, I have used this:
# udemy-dl https://www.udemy.com/idea-generation-coming-up-with-killer-business-deas/

Recently when you will try to download the course, it can not download the course, it shows message like:
[BUG][CRITICAL-238] Skipped. Expected quality not found!

To Solve this you will have to install to development version again, please follow the below instruction:

# sudo pip install –upgrade https://github.com/nishad/udemy-dl/zipball/master

# udemy-dl -u test@gmail.com -p XXXXXX https://www.udemy.com/idea-generation-coming-up-with-killer-business-deas/

Here:
test@gmail.com = your udemy account email address
XXXXXX = your udemy account password

You can uninstall the app by running this command:
# sudo pip uninstall udemy-dl

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

SVN Command to manage tracking of personal projects.

I was recently working on some of projects of my s...

Read more

Create and push a branch

$ git fetch && git checkout your_branch_na...

Read more

How to Code Signing to Your Java Project

Recently I was developing an App using Java that w...

Read more

There are 0 comments

Leave a Reply

Your email address will not be published. Required fields are marked *