https://github.com/ali-master/egghead-lite
Simple node.js command line tool that can download series, playlists and lessons from https://egghead.io for you.
https://github.com/ali-master/egghead-lite
Last synced: 2 months ago
JSON representation
Simple node.js command line tool that can download series, playlists and lessons from https://egghead.io for you.
- Host: GitHub
- URL: https://github.com/ali-master/egghead-lite
- Owner: ali-master
- Created: 2017-07-09T16:40:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T11:03:47.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T00:26:30.547Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Egghead.io Lite
> Project is Developing
This is a small node.js command line tool that can download series, playlists and lessons from [egghead.io](https://egghead.io/) as .mp4 for you.
# Install
```sh
npm install --global egghead-lite
```To get started clone this repo, then:
- `npm install`
- `npm run build`
- `npm link`Then you can use it from the command line
`$ egghead-Lite -c https://egghead.io/series/getting-started-with-redux realy-awesome-series`
Usage: egghead-Lite [options]
Options:
-h, --help output usage information
-V, --version output the version number
-c, --count Add the number of the video to the filename (only for playlists and series)Instead of linking you could also run the app.js directly from the `dist` folder:
`$ ./dist/index.js -c https://egghead.io/series/getting-started-with-redux realy-awesome-series`### Development
Since this tool is written in ES6/ES7 (uses await awesomeness from the ES7 draft), and I use the Webpack for bundle, so you need to run `npm run build` if you edit it (this updates dist/app). Or you can run it directly with babel-node: `$ babel-node index.js --help`### Notes
Since this tool depends on the page structure of egghead.io, it is very likely to stop working at some point ;)License: MIT