Author: sparky
Date: Fri Mar 12 03:30:36 2010
New Revision: 11254

Modified:
   toys/rsget.pl/Get/DepositFiles
   toys/rsget.pl/Get/EasyShare
   toys/rsget.pl/Get/FreakShare
   toys/rsget.pl/Get/MegaShares
   toys/rsget.pl/Get/MegaUpload
   toys/rsget.pl/Get/NetLoad
   toys/rsget.pl/Get/RapidShare
Log:
- getters checked, status date updated


Modified: toys/rsget.pl/Get/DepositFiles
==============================================================================
--- toys/rsget.pl/Get/DepositFiles      (original)
+++ toys/rsget.pl/Get/DepositFiles      Fri Mar 12 03:30:36 2010
@@ -9,7 +9,7 @@
 short: DF
 web: "http://depositfiles.com/";
 uri: qr{depositfiles\.com/(../)?files/[0-9a-z]+}
-status: OK 2009-10-22
+status: OK 2010-03-12
 
 unify:
        return "http://depositfiles.com/files/$1"; if m#/files/([0-9a-z]+)#;

Modified: toys/rsget.pl/Get/EasyShare
==============================================================================
--- toys/rsget.pl/Get/EasyShare (original)
+++ toys/rsget.pl/Get/EasyShare Fri Mar 12 03:30:36 2010
@@ -11,7 +11,7 @@
 tos: "http://easy-share.com/tos.html";
 uri: qr{(?:w\d+\.)?easy-share\.com/(../)?(\d+)}
 cookie: !es
-status: OK 2009-10-21
+status: OK 2010-03-12
 
 start:
        COOKIE( [ (qw(.easy-share.com TRUE / FALSE), time + 80000, 'language', 
'en' ) ] );

Modified: toys/rsget.pl/Get/FreakShare
==============================================================================
--- toys/rsget.pl/Get/FreakShare        (original)
+++ toys/rsget.pl/Get/FreakShare        Fri Mar 12 03:30:36 2010
@@ -11,7 +11,7 @@
 tos: "http://freakshare.net/terms-of-service.html";
 uri: qr{freakshare\.net/files/}
 cookie: fs
-status: OK 2010-03-01
+status: OK 2010-03-12
 
 start:
        GET( $-{_uri} );

Modified: toys/rsget.pl/Get/MegaShares
==============================================================================
--- toys/rsget.pl/Get/MegaShares        (original)
+++ toys/rsget.pl/Get/MegaShares        Fri Mar 12 03:30:36 2010
@@ -11,7 +11,7 @@
 tos: "http://megashares.com/tos.php";
 uri: qr{d01\.megashares\.com/(\?d01=|dl/)}
 cookie: !ms
-status: OK 2009-10-24
+status: OK 2010-03-12
 
 unify:
        return "http://d01.megashares.com/?d01=$1"; if 
m#(?:\?d01=|/dl/)([0-9a-f]{7})#;

Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload        (original)
+++ toys/rsget.pl/Get/MegaUpload        Fri Mar 12 03:30:36 2010
@@ -14,7 +14,7 @@
 uri: qr{megarotic\.com/(../)?\?d=}
 uri: qr{sexuploader\.com/(../)?\?d=}
 uri: qr{megavideo\.com/\?d=}
-status: OK 2009-10-22
+status: OK 2010-03-12
 
 pre:
        my @captcha_solver;

Modified: toys/rsget.pl/Get/NetLoad
==============================================================================
--- toys/rsget.pl/Get/NetLoad   (original)
+++ toys/rsget.pl/Get/NetLoad   Fri Mar 12 03:30:36 2010
@@ -11,7 +11,7 @@
 tos: "http://netload.in/index.php?id=13";
 uri: qr{netload\.in/datei}
 cookie: nl
-status: OK 2009-10-22
+status: OK 2010-03-12
 
 start:
        GET( $-{_uri} );

Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare        (original)
+++ toys/rsget.pl/Get/RapidShare        Fri Mar 12 03:30:36 2010
@@ -9,7 +9,7 @@
 short: RS
 web: "http://rapidshare.com/";
 uri: qr{(?:rs[a-z0-9]+\.)?rapidshare\.com/files/\d+/.+}
-status: OK 2010-01-11
+status: OK 2010-03-12
 
 unify:
        s/#.*//;
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to