Skip to content
Clément MATHIEU edited this page Jan 5, 2014 · 3 revisions

A Web scraper for InfoQ.

InfoQ hosts a lot of great presentations, unfortunately it is not possible to watch them outside of the browser or if you do not have Flash installed. The video cannot simply be downloaded because the audio stream and the slide stream are not in the same media. By downloading the video you only get the audio track and a video of the presenter but you don't get the slides which are the meat of a presentation.

infoqscraper allows you to:

  • list and search for presentations
  • download and create a video including the slides, the audio track and optionally a thumbnail of the presenter

Infoqscraper is compatible with Python 2 (>= 2.6) and Python 3 and has a few native dependencies (rtmpdump, ffmpeg, swftool). It has been reported to work fine on various Linux distro and Mac OS X.

Quick naviguation

Everything you need to know about Infoqscraper:

| Setup Guide | Usage Guide | FAQ | |--------------------------------|---------------------------|-----------------|

Clone this wiki locally