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, $_;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to