https://github.com/markbrown4/egghead-downloader
downloads egghead
https://github.com/markbrown4/egghead-downloader
coffeescript egghead egghead-downloader video-series
Last synced: 6 months ago
JSON representation
downloads egghead
- Host: GitHub
- URL: https://github.com/markbrown4/egghead-downloader
- Owner: markbrown4
- Created: 2016-03-08T12:51:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T10:52:37.000Z (over 7 years ago)
- Last Synced: 2025-03-28T18:12:09.421Z (9 months ago)
- Topics: coffeescript, egghead, egghead-downloader, video-series
- Language: CoffeeScript
- Size: 20.5 KB
- Stars: 83
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```bash
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.
```bash
vlc "videos/getting-started-with-redux"
```