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: 5 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T08:38:46.000Z (over 8 years ago)
- Last Synced: 2024-12-29T12:40:00.362Z (over 1 year 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
```