Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Shell script to scrape Harvard CS109 (Intro to Data Science) lecture videos

Notifications You must be signed in to change notification settings

christopher-beckham/cs109-dl-videos

Repository files navigation

cs109-dl-videos

Shell script to scrape Harvard CS109 (Intro to Data Science) lecture videos (both 2013 and 2014 videos!).

Overview

This is a basic shell script that downloads all the lecture/section videos associated with the CS109 (Intro to Data Science) course run in 2013 by Harvard University.

Usage

./get.sh hq-urls.txt # for high quality versions

or...

./get.sh lq-urls.txt # for lower quality

This will download the videos in the same folder as the shell script as video*.mp4.

Requires rtmpdump, which can be downloaded here. Or if you're on a Debian-based distro, just install it by running sudo apt-get install rtmpdump.

Credit goes to Ketan over at Quora for the rtmpdump command that makes this possible.

Other materials

About

Shell script to scrape Harvard CS109 (Intro to Data Science) lecture videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published