Egghead Downloader

DAY 31 👾

I’m back 💙

Today I created Egghead Downloader using Python’s BeautifulSoup.

It is a simple script which downloads all the videos from Egghead.

Requirements

It just requires youtube-dl internally. So make sure to install it.

Run the python script

1
python index.py

Enter the full URL like this

1
https://egghead.io/courses/build-a-graphql-server

Code

Till the next time 👻