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


The following commit has been merged in the master branch:
commit 44c4334b05af8ca217741a806febc114b54b4e7b
Author: legatvs <legatvs at gmail.com>
Date:   Sat Mar 14 18:56:18 2009 +0200

    Change to "file is already fully retrieved" error msg.

diff --git a/CHANGES b/CHANGES
index 990964f..b91dc08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,7 @@ Version 2.1.7
   * Fix --exec
     - Should fix the "not found" errors
   * Change default filename format to "%t_%d_%i.%s"
+  * Change to "file is already fully retrieved" error message
   * Port progressbar from cclive
 
  Developer-visible changes:
diff --git a/clive b/clive
index ea3e735..bda6689 100755
--- a/clive
+++ b/clive
@@ -408,8 +408,8 @@ sub extract_video {
 
     if ( $size > 0 and !$opts{overwrite} ) {
         if ( $size == $entry{file_length} and $opts{extract} ) {
-            print "ignored: localfile_length == remotefile_length. "
-                . "refusing to proceed any further.\n";
+            print STDERR
+                "error: file is already fully retrieved; nothing to do\n";
 
             push @exec_files,$path
                 if $opts{exec};

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



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