Skip to main content
  1. Categories/

General

Download Udemy Videos

·1 min
Using udemy-dl to download Your Videos # From https://github.com/r0oth3x49/udemy-dl The following commands assume you have Python & pyenv installed. Run the following commands to install udemy-dl. mkdir -p ~/Downloads/Udemy cd ~/Downloads/Udemy git clone https://github.com/r0oth3x49/udemy-dl.git cd udemy-dl pyenv virtualenv udemy-dl pyenv local udemy-dl pip install -r requirements.txt Run the following commands to download the course material UdemyUsername="youremail@domain.com" UdemyPassword="YourUdemyPassword" URL="https://www.udemy.com/course/certified-kubernetes-administrator-with-practice-tests/" python ./udemy-dl.py $URL -o "~/Downloads/Udemy" -u $UdemyUsername -p $UdemyPassword