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

legatvs legatvs at gmail.com
Thu Apr 9 07:25:57 UTC 2009


The following commit has been merged in the master branch:
commit 06cc9a6a19f36fab226ee372f7266780bd2029c8
Author: legatvs <legatvs at gmail.com>
Date:   Fri Apr 3 19:07:44 2009 +0300

    Change to replace dashes in video IDs only.

diff --git a/CHANGES b/CHANGES
index de2e990..a69202a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,7 @@ clive (2.1.10+).
     - Rewrite the content-type handling block in query_video_length
     - Use whatever is found after slash in the content-type string
     - Use "flv" for exceptions (e.g. octet-*, x-flv, etc.)
-  * Replace dashes in filenames (id, suffix) with underscores
+  * Replace dashes in video ID with underscores
   * Youtube HD support (--format=mp4_hd)
     - Thanks to bf for the patch
   * Add new website support
diff --git a/clive b/clive
index 633eec7..dc0ad70 100755
--- a/clive
+++ b/clive
@@ -1697,7 +1697,6 @@ sub title_to_filename
 
     my @a = strdomain($entry{page_url});
 
-    $entry{file_suffix} =~ s/\-/_/g;
     $entry{video_id}    =~ s/\-/_/g;
 
     my %h = (

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



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