Crash Course In Java Brain Surgery

insinuation and speculations: My thoughts about Java, HTML5, software development and IT in general

How to download videos from InfoQ for offline viewing

Written by  Viktor Gamov -

From my humble opinion, InfoQ is one of best resources for developers nowadays. You can find lot of IT related stuff - interviews, articles, presentations slides and videos. And today I would like to talk about videos from InfoQ in particular. Is always good to have offline version to watch it during long commute, for instance. Unfortunately, InfoQ administration for some reasons not allow to download videos.
However, I found very elegant solution how to do that. I did it on my MacOS X with Safari, probably it will work with Safari for Windows as well.

  • Go to Safari Preferences, Advanced tab and activate Develop menu item

  • Change browser User Agent to iOS (iPad or iPhone)

  • Go to page that contains desired movie. For example, I tool this video http://www.infoq.com/presentations/JVM-Performance-Tuning-twitter 
  • Thanks to InfoQ developers for providing HTML5 interface with video tag support. Now you can open page source (Right click → View Source) and search for that tag. In source tag you can find full url to desired movie

  • Use curl -O or simply paste link to address bar of Safari and download video
  • Enjoy!