Skip to content

Instantly share code, notes, and snippets.

@yoclove
Forked from DonRichards/how-to-download-lynda.md
Created January 9, 2018 05:27
Show Gist options
  • Select an option

  • Save yoclove/43be5c2ddc1a2e4b884ee0acf3811e5b to your computer and use it in GitHub Desktop.

Select an option

Save yoclove/43be5c2ddc1a2e4b884ee0acf3811e5b to your computer and use it in GitHub Desktop.
How to Download Lynda with youtube-dl

How to Download Lynda with youtube-dl with an organization login

Needed:

Cookies Export youtube-dl

  • Install Cookies Export
  • Login to Lynda and navigate to the course you want
  • Cookies export button in browser
  • Copy "cookie.txt" to your desktop
  • Open terminal

For OSX

$ cd ~/Desktop
$ brew install youtube-dl
$ youtube-dl --write-pages --cookies cookie.txt --verbose --limit-rate 4M https://www.lynda.com/Drupal-7-tutorials/Creating-and-Editing-Custom-Themes/86650-2.html --verbose

Login is stored in the cookie.txt file. This has a limited life and will expire. It might leave "dump" files if there is any errors. These can be deleted.

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