Skip to content

Instantly share code, notes, and snippets.

@rajivrnair
rajivrnair / egghead_YouTube_downloader.py
Last active August 29, 2015 14:22 — forked from SamuelMarks/egghead_YouTube_downloader.py
Added egghead videos through to 59.
# Original script at https://gist.github.com/SamuelMarks/7961833
# This one has a few more videos, though it might be a bit out of order.
"""
Simple algorithm to download all the egghead.io videos in highest-quality from YouTube.
Run from the directory you want the videos to appear. Renames them so that they have the video number + omit the repetitive "Egghead.io - AngularJS -" text.
Installing dependency:
$ pip install git+https://github.com/NFicano/pytube#egg=pytube
"""