Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbackowski/egghead-downloader
Simple ruby script to download egghead free lessons videos (require youtube-dl)
https://github.com/dbackowski/egghead-downloader
egghead egghead-downloader
Last synced: 13 days ago
JSON representation
Simple ruby script to download egghead free lessons videos (require youtube-dl)
- Host: GitHub
- URL: https://github.com/dbackowski/egghead-downloader
- Owner: dbackowski
- License: mit
- Created: 2017-10-17T15:38:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T08:38:46.000Z (about 7 years ago)
- Last Synced: 2024-11-07T20:55:10.048Z (2 months ago)
- Topics: egghead, egghead-downloader
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egghead-downloader
Simple ruby script to download egghead free lessons videos (require youtube-dl)
## Usage
```
git clone https://github.com/dbackowski/egghead-downloader.git
cd egghead-downloader
bundle
./egghead-downloader.rb https://egghead.io/courses/start-learning-react
```