Skip to content

Instantly share code, notes, and snippets.

@lavaldi
Last active November 26, 2021 21:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lavaldi/e88ceee42207dade73e8c5da9b0e1d53 to your computer and use it in GitHub Desktop.
Save lavaldi/e88ceee42207dade73e8c5da9b0e1d53 to your computer and use it in GitHub Desktop.
Downloading Udemy courses with youtube-dl

Install youtube-dl

For Mac

brew install youtube-dl
brew install ffmpeg

For others OS

Check http://rg3.github.io/youtube-dl/download.html

Download

youtube-dl -u <email> -p <password> -o "./%(playlist)s/%(chapter_number)s-%(chapter)s/%(autonumber)03d-%(title)s.%(ext)s" https://www.udemy.com/<course_name>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment