How to download a partial or entire Udemy course you have added in your account 12-30-2020, 03:35 AM
#1
![[Image: udemy-logo-transparent.png]](https://www.businessproductivity.com/wp-content/uploads/2011/10/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
and then install it in your OS. USE Python 3Â![]()
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.txtthis 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

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]](http://imgfz.com/i/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Â
EDITING, SORRY
published early by mistake
(This post was last modified: 12-30-2020, 03:45 AM by conspir4cy.
Edit Reason: finishing the thread
)
i'm just looking for knowledge, not pretending be great, just wanting to do stuffs
fan of internet and its story
fan of internet and its story
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)













