Skip to content

markbrown4/egghead-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Egghead.io video downloader

If you have a pro account with egghead.io you can download a HD video series for later viewing.

Update .env with your email and password and run the script with the url of a video series e.g.

npm install
npm run download https://egghead.io/series/getting-started-with-redux

If you have VLC installed you can play the series from the terminal e.g.

vlc "videos/getting-started-with-redux"