Sinisterly
Tutorial How to download a partial or entire Udemy course you have added in your account - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: General (https://sinister.ly/Forum-General)
+--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge)
+--- Thread: Tutorial How to download a partial or entire Udemy course you have added in your account (/Thread-Tutorial-How-to-download-a-partial-or-entire-Udemy-course-you-have-added-in-your-account)



How to download a partial or entire Udemy course you have added in your account - conspir4cy - 12-30-2020

[Image: udemy-logo-transparent.png]

Well, this tutorial will be shorter than the older i've posted here.
I will show you how you will download an Udemy Course for offline play, so you will see it without connection, by example.

Quote:Note: first at all, you should install Python from here: Click Me, i am a secure link Smile
and then install it in your OS. USE Python 3  Biggrin

Also, you must install FFMpeg from HERE

first at all, you should open your Terminal Prompt or CMD or PS or whatever you use as command line and then you must run following commands:

Code:
git clone https://github.com/r0oth3x49/udemy-dl.git cd udemy-dl/ pip install -r requirements.txt

this will download the repository, creating a directory that you should open and them install some requirements using pip. you will take a look by using cat command or by opening the file in your favourite text editor, so you will know what it will install Smile

Well here becomes the funny side of the tutorial.

Code:
Run something like: python (or python3) udemy-dl.py <the link of the course> by example python3 udemy-dl.py https://www.udemy.com/course/bootstrap-4/

it will ask you for your Username and Password, use real credentials.

then it will start to download every video of the course just like this:

[Image: 23avp6i.png]


Quote:if you want to change video res, you will use -p parameter after the course URL.

by example: python3 udemy-dl.py https://www.udemy.com/course/bootstrap-4/ -p 720

use the -o parameter  to say to the script where you want to download the course.

use the -c to download a specific video of the course.

use the -h parameter for take a look at the internal documentation.

Well, that's all by now. I wish it will be useful  Wink


EDITING, SORRY

published early by mistake


RE: How to download a partial or entire Udemy course you have added in your account - mothered - 12-30-2020

Truly an amazing guide.

Time to put PowerShell to good use.


RE: How to download a partial or entire Udemy course you have added in your account - conspir4cy - 01-01-2021

(12-30-2020, 04:21 AM)mothered Wrote: Truly an amazing guide.

Time to put PowerShell to good use.

Thank you, it is very useful, as ps is Smile

IDM will download video from courses but is one by one instead a whole or entire course


RE: How to download a partial or entire Udemy course you have added in your account - Kostolany - 01-01-2021

Does this mean you can download any paid udemy course for free?


RE: How to download a partial or entire Udemy course you have added in your account - mothered - 01-02-2021

(01-01-2021, 06:13 PM)conspir4cy Wrote: IDM will download video from courses but is one by one instead a whole or entire course
One download at a time Is perfectly fine.

All It requires Is a little time and patience.
Thanks again.


RE: How to download a partial or entire Udemy course you have added in your account - conspir4cy - 01-17-2021

(01-01-2021, 06:29 PM)Kostolany Wrote: Does this mean you can download any paid udemy course for free?

not really, you must have it in your library.

this is just for archival purposes.

but you will find some coupons on some sites like discudemy Biggrin

once it is in your library, free or paid it will be downloaded Cool


RE: How to download a partial or entire Udemy course you have added in your account - Zrek721 - 02-05-2021

How can I download any course from Udemy without even having an account?


RE: How to download a partial or entire Udemy course you have added in your account - conspir4cy - 02-28-2021

(02-05-2021, 10:57 PM)Zrek721 Wrote: How can I download any course from Udemy without even having an account?

Just create an account using a temp mail service


RE: How to download a partial or entire Udemy course you have added in your account - jdoe71 - 04-10-2021

Cool info. Is there something like this for other sites like skillshare?