Hello!
The videocache.py code for Google videos is not working:
if host.find('vp.video.google.com') > -1 and path.find('videodownload') > -1:
I tried to cache Google videos and doesn’t work. For example:
http://video.google.com/videoplay?docid=-8996836251682690877&ei=RIdLSa2K...
Google uses also localisation. This means that the same video can be found at different video.google.tld: video.google.com, video.google.es, video.google.cat, video.google.fr, video.google.pl, … The same path is used after video.google.tld/
In my case, users go to google.com, google.es and google.cat. They navigate using English, Spanish or Catalan.
Regards,
Josep Pujadas
