Author: sparky
Date: Wed May  5 03:10:51 2010
New Revision: 11377

Modified:
   toys/rsget.pl/Get/HotFile
   toys/rsget.pl/Get/MediaFire
   toys/rsget.pl/Get/MegaShares
   toys/rsget.pl/Get/MegaUpload
   toys/rsget.pl/Get/RapidShare
Log:
- updated status


Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile   (original)
+++ toys/rsget.pl/Get/HotFile   Wed May  5 03:10:51 2010
@@ -11,7 +11,7 @@
 tos: "http://hotfile.com/terms-of-service.html";
 uri: qr{hotfile\.com/dl/\d+/[0-9a-f]+/.+}
 uri: qr{pl\.hotfile\.com/dl/\d+/[0-9a-f]+/.+}
-status: OK 2010-05-04
+status: OK 2010-05-05
 
 unify:
        return "http://hotfile.com/dl/$1";

Modified: toys/rsget.pl/Get/MediaFire
==============================================================================
--- toys/rsget.pl/Get/MediaFire (original)
+++ toys/rsget.pl/Get/MediaFire Wed May  5 03:10:51 2010
@@ -12,7 +12,7 @@
 uri: qr{mediafire\.com/(file/|\?|download\.php\?)[a-z0-9]+}
 cookie: mf
 slots: max
-status: OK 2010-04-08
+status: OK 2010-05-05
 
 unify:
        return "http://www.mediafire.com/?$1"; if

Modified: toys/rsget.pl/Get/MegaShares
==============================================================================
--- toys/rsget.pl/Get/MegaShares        (original)
+++ toys/rsget.pl/Get/MegaShares        Wed May  5 03:10:51 2010
@@ -11,7 +11,7 @@
 tos: "http://megashares.com/tos.php";
 uri: qr{d01\.megashares\.com/((index\.php)?\?d01=|dl/)}
 cookie: !ms
-status: OK 2010-04-08
+status: OK 2010-05-05
 
 unify:
        return "http://d01.megashares.com/?d01="; . lc $1 if 
m#(?:\?d01=|/dl/)([0-9A-Za-z]{7})#;

Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload        (original)
+++ toys/rsget.pl/Get/MegaUpload        Wed May  5 03:10:51 2010
@@ -14,7 +14,7 @@
 uri: qr{megarotic\.com/(../)?\?d=}
 uri: qr{sexuploader\.com/(../)?\?d=}
 uri: qr{megavideo\.com/\?d=}
-status: OK 2010-04-08
+status: OK 2010-05-05
 
 pre:
        my @captcha_solver;

Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare        (original)
+++ toys/rsget.pl/Get/RapidShare        Wed May  5 03:10:51 2010
@@ -9,7 +9,7 @@
 short: RS
 web: "http://rapidshare.com/";
 uri: qr{(?:rs[a-z0-9]+\.)?rapidshare\.com/files/\d+/.+}
-status: OK 2010-04-08
+status: OK 2010-05-05
 
 unify:
        s/#.*//;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to