InfoQ is a great resource for many useful sessions. The way they view presentations sync'ed with slides is cool. Unfortunately, I have a slow internet connection which makes my viewing experience sucks. To solve this, I made this scripts which downloads their page, video & slides.
On Windows, just download this file
On Linux, run the following
git clone https://github.com/mtayseer/infoq-downloader.git
cd infoq-downloader
pip install -r requirements.txt
python infoq_downloader.py http://www.infoq.com/presentations/github-evolution
On Windows
infoq_downloader.exe http://www.infoq.com/presentations/github-evolution
- Console app
- Supports download resuming of slides & videos
- The generated HTML is clean
MIT. See LICENSE