[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. upstream/2.1.7-214-g6762190

legatvs legatvs at gmail.com
Wed Apr 1 14:45:24 UTC 2009


The following commit has been merged in the master branch:
commit df619727b29b8a529ce0e435d0482645abb00f06
Author: legatvs <legatvs at gmail.com>
Date:   Thu Mar 26 22:59:38 2009 +0200

    Fix googlevideo support (reason: id not found).

diff --git a/clive b/clive
index 2d9757f..de44523 100755
--- a/clive
+++ b/clive
@@ -790,7 +790,7 @@ sub handle_google
     my %re = (
 
         GrabVideoURL => qr|videoUrl\\x3d(.*?)\\x26|,
-        GrabID       => qr|docid: '(.*?)'|,
+        GrabID       => qr|docid:'(.*?)'|,
         GrabMP4      => qr|href="http://vp\.(.*?)"|,
     );
 

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list