https://github.com/deadcoder0904/egghead-videos-download
Download :skull: Egghead Videos Using BeautifulSoup :wink:
https://github.com/deadcoder0904/egghead-videos-download
Last synced: 4 months ago
JSON representation
Download :skull: Egghead Videos Using BeautifulSoup :wink:
- Host: GitHub
- URL: https://github.com/deadcoder0904/egghead-videos-download
- Owner: deadcoder0904
- Created: 2016-12-17T16:41:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T06:43:46.000Z (over 6 years ago)
- Last Synced: 2025-01-14T13:18:15.949Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# egghead-videos-download
> Download :skull: Egghead Videos Using BeautifulSoup :wink:
# Requirements
```
youtube-dl
```
#### Run the `python` script
```
python index.py
```
#### Enter the full URL like this
```
https://egghead.io/courses/build-a-graphql-server
```
Thanks to [Alan Dong](https://github.com/ldong) for his `egghead-videos-download` [gist](https://gist.github.com/ldong/b289d56090f98d02423c).
I've just re-implemented it in Python.
All Credits go to Alan Dong.