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

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:

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.