An open API service indexing awesome lists of open source software.

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

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"
```