[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:44:46 UTC 2009


The following commit has been merged in the master branch:
commit f80e01f4ecb9d83d6eb2ab1f85108af32fc32314
Author: legatvs <legatvs at gmail.com>
Date:   Thu Feb 19 00:38:23 2009 +0200

    Removed wmv format.

diff --git a/CHANGES b/CHANGES
index 766595f..230107b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Version 2.1.6
+
+ User-visible changes:
+  * Removed wmv format (breakcom)
+    - persistant HTTP/404 (not found) error
+
+
 Version 2.1.5
 (February 6, 2009)
 
diff --git a/clive b/clive
index ecb1b31..0cc07c1 100755
--- a/clive
+++ b/clive
@@ -744,14 +744,7 @@ sub handle_break {
 
     my ($xurl, $errmsg);
     if ( $fpath and $fname ) {
-        $xurl = "http://media1.break.com/dnet/media/$fpath/$fname";
-
-        my $fmt = $opts{format};
-
-        $fmt = 'flv'
-            if not grep /$opts{format}/, ('flv','wmv');
-
-        $xurl .= ".$fmt";
+        $xurl = "http://media1.break.com/dnet/media/$fpath/$fname.flv";
     } else {
         $errmsg = "failed to extract ContentFilePath"
             if !$fpath;
@@ -1969,7 +1962,7 @@ Formats: flv  Continue: Yes
 
 =item B<www.break.com>
 
-Formats: (flv|wmv)  Continue: Yes
+Formats: (flv)  Continue: Yes
 
 =back
 

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



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