Author: glen
Date: Sun Aug 21 20:42:43 2011
New Revision: 12333

Modified:
   toys/rsget.pl/RSGet/Plugin.pm
Log:
- allow https:// urls to work for plugins, like youtube urls


Modified: toys/rsget.pl/RSGet/Plugin.pm
==============================================================================
--- toys/rsget.pl/RSGet/Plugin.pm       (original)
+++ toys/rsget.pl/RSGet/Plugin.pm       Sun Aug 21 20:42:43 2011
@@ -219,7 +219,7 @@
                }
        } else {
                foreach my $re ( @{ $self->{urire} } ) {
-                       return 1 if $uri =~ m{^http://(?:www\.)?$re};
+                       return 1 if $uri =~ m{^https?://(?:www\.)?$re};
                }
        }
        return 0;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to