Author: sparky
Date: Thu Oct 29 03:44:55 2009
New Revision: 10873

Modified:
   toys/rsget.pl/Get/MegaUpload
Log:
- uris must be Regexp


Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload        (original)
+++ toys/rsget.pl/Get/MegaUpload        Thu Oct 29 03:44:55 2009
@@ -7,11 +7,11 @@
 
 name: MegaUpload
 short: MU
-uri: qw{megaupload\.com/(../)?\?d=}
-uri: qw{megaporn\.com/(../)?\?d=}
-uri: qw{megarotic\.com/(../)?\?d=}
-uri: qw{sexuploader\.com/(../)?\?d=}
-uri: qw{megavideo\.com/\?d=}
+uri: qr{megaupload\.com/(../)?\?d=}
+uri: qr{megaporn\.com/(../)?\?d=}
+uri: qr{megarotic\.com/(../)?\?d=}
+uri: qr{sexuploader\.com/(../)?\?d=}
+uri: qr{megavideo\.com/\?d=}
 status: OK 2009-10-22
 
 pre:
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to