Skip to content

Instantly share code, notes, and snippets.

@marcojahn
Last active September 21, 2018 12:35
Show Gist options
  • Save marcojahn/0422ee7b1a7acfcec27d0a11e001cb61 to your computer and use it in GitHub Desktop.
Save marcojahn/0422ee7b1a7acfcec27d0a11e001cb61 to your computer and use it in GitHub Desktop.
udemy full course download
The following will:
1. download to the folder you are running the command from
2. run on windows
3. put a sequential number in front of each course title 001-999
You will need to
1. put in your uDemy email address
2. put in your uDemy password
3. replace the example url at the end of this code snippet with one you've purchased
youtube-dl -u string@gmail.com -p passwordstring -o "./%(playlist)s/%(chapter_number)s-%(chapter)s/%(autonumber)03d-%(title)s.%(ext)s" https://www.udemy.com/the-complete-elixir-and-phoenix-bootcamp-and-tutorial/learn/v4/content
@marcojahn
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment