SVN: toys/rsget.pl/RSGet/FileList.pm

sparky sparky at pld-linux.org
Mon Jan 11 13:43:21 CET 2010


Author: sparky
Date: Mon Jan 11 13:43:21 2010
New Revision: 11101

Modified:
   toys/rsget.pl/RSGet/FileList.pm
Log:
- forgot to finish last change


Modified: toys/rsget.pl/RSGet/FileList.pm
==============================================================================
--- toys/rsget.pl/RSGet/FileList.pm	(original)
+++ toys/rsget.pl/RSGet/FileList.pm	Mon Jan 11 13:43:21 2010
@@ -168,13 +168,9 @@
 			} elsif ( m{^((?:http|https|ftp)://)?(.*?\..*?/.*)$} ) {
 				my $proto = $1 || "http://";
 				my $uri = $proto . $2;
-				my $getter = RSGet::Plugin::from_uri( $uri );
-				if ( $getter ) {
-					$uri = $getter->unify( $uri );
-					$options = {};
-					$decoded{ $uri } = $options;
-					next;
-				}
+				$options = {};
+				$decoded{ $uri } = $options;
+				next;
 			}
 
 			push @invalid, $_;


More information about the pld-cvs-commit mailing list