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


The following commit has been merged in the master branch:
commit d2a476ef985da6ae543d662a512349a71ef66e6f
Author: legatvs <legatvs at gmail.com>
Date:   Sun Mar 22 21:10:23 2009 +0200

    Remove duplicate URL check.

diff --git a/clive b/clive
index 355a8b7..3438e12 100755
--- a/clive
+++ b/clive
@@ -567,9 +567,6 @@ sub get_queue {
     grep_cache() if $opts{grep};
     unless ( @queue ) { parse_input($_) while ( <STDIN> ); }
 
-    my %h = map { $_, 1 } @queue; # Remove duplicates from the URL queue
-    @queue = keys %h;
-
     if ( open my $fh, ">$RECALLFILE" ) {
         print $fh "$_\n" foreach @queue;
         close $fh;

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



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