Tracking the tools that decentralize the media. tools process ideas resources eventsav

unmediated

 

March 05, 2006

It seems the Google Video Getter Greasemonkey script I wrote a while back has become very popular. It was on Digg.com, and since then I've gotten tons of inquiries and comments about it. The Google Video service is still in beta and changes regularly. As such I've had to update the script a few times to keep it functional with their changes.

Here's the latest...

Google Video now uses javascript to load the Flash Player. This kind of breaks the method used previously by my Greasemonkey script because it essentially tries to hide the HTML that the script was searching for. Not to worry though, it was a pretty easy fix. I also tightened up the code to a mere 3 lines!

Click here to install the new Google Video Getter 2

So why do you need this script? Doesn't Google offer downloads for their free videos?
... yes and no.

If you go to any free video offering on Google Video and click the Download button for "Mac and Windows" it forces you to download a Google Video Player application to playback Google's own .gvp video format. These videos do not play in other applications. I checked out the .gvp file, and its really just a text file with a pointer to a video file on the web... I copied the code and manually downloaded the video referenced and discovered it was a .avi (presumably DivX), but it would not play in Windows Media Player because it uses a DRM scheme for file protection.

There are alternative download options for the free videos though. These include videos formatted for the Video iPod and Sony PSP. I haven't really tried these, but I assume they don't have the same DRM protection since they need to be able to play on those devices.

So really, you don't need this script at all. You can download the videos formatted for iPod and PSP from Google Video. But for some reason, people often write me and leave comments asking for this script and how to make it work again.


Originally posted by jkinberg from sandbox films, remediated by yatta on Mar 5, 2006 at 11:16 PM