Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopher-beckham/cs109-dl-videos
Shell script to scrape Harvard CS109 (Intro to Data Science) lecture videos
https://github.com/christopher-beckham/cs109-dl-videos
Last synced: 14 days ago
JSON representation
Shell script to scrape Harvard CS109 (Intro to Data Science) lecture videos
- Host: GitHub
- URL: https://github.com/christopher-beckham/cs109-dl-videos
- Owner: christopher-beckham
- Archived: true
- Created: 2014-09-21T23:41:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T17:47:43.000Z (over 8 years ago)
- Last Synced: 2024-07-31T19:16:23.473Z (3 months ago)
- Language: Python
- Size: 137 KB
- Stars: 76
- Watchers: 9
- Forks: 87
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-starred - cs109-dl-videos - Shell script to scrape Harvard CS109 (Intro to Data Science) lecture videos (Python)
README
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](https://rtmpdump.mplayerhq.hu/). Or if you're on a Debian-based distro, just install it by running `sudo apt-get install rtmpdump`.
Credit goes to [Ketan](http://www.quora.com/Downloads/How-can-I-download-the-videos-for-CS109-Harvards-Data-Science-Course) over at Quora for the `rtmpdump` command that makes this possible.
Other materials
---* [Lecture slides](https://drive.google.com/folderview?id=0BxYkKyLxfsNVd0xicUVDS1dIS0k&usp=sharing)
* [Homeworks and labs](https://github.com/cs109/content)