Bill Farmer

Random thoughts on random subjects

Download streamed video

by Bill Farmer. Categories: Hacking .

Online video providers tend to stream the video to a javascript player, so making it extremely difficult to capture the video. This blog explains a method using Chrome to spoof the user agent string, pretending to be an iPad. Unfortunately, this doesn’t seem to work any more in the latest version of Chrome.

So I tried installing a user agent spoofing plugin in Firefox. It seemed to work, but the video didn’t play, so I couldn’t find the url. I next tried Firefox on my Android tablet and the video played. To find the url of the video I used Firefox remote debugging. This page describes how to set it up in detail.

In the web console select the Console tab and turn everything off except Net. Refresh the page on the Android device and find the url of the video in the list of urls displayed. Copy the url and download the video.


See Also