Author: sparky
Date: Fri Jun  4 04:28:05 2010
New Revision: 11511

Modified:
   toys/rsget.pl/Get/4Shared
   toys/rsget.pl/Get/GigaSize
   toys/rsget.pl/Get/MediaFire
   toys/rsget.pl/Get/SendSpace
Log:
- BROKEN, will be fixed


Modified: toys/rsget.pl/Get/4Shared
==============================================================================
--- toys/rsget.pl/Get/4Shared   (original)
+++ toys/rsget.pl/Get/4Shared   Fri Jun  4 04:28:05 2010
@@ -13,7 +13,7 @@
 tos: "http://www.4shared.com/terms.jsp";
 uri: qr{4shared\.com/(account/)?file/}
 slots: max
-status: OK 2010-04-05
+status: BROKEN 2010-06-04
 
 unify:
        return "http://www.4shared.com/file/$1/$2";

Modified: toys/rsget.pl/Get/GigaSize
==============================================================================
--- toys/rsget.pl/Get/GigaSize  (original)
+++ toys/rsget.pl/Get/GigaSize  Fri Jun  4 04:28:05 2010
@@ -11,7 +11,7 @@
 tos: "http://www.gigasize.com/page.php?p=terms";
 uri: qr{gigasize\.com/get\.php\?d=}
 cookie: gs
-status: OK 2010-03-12
+status: BROKEN 2010-06-04
 
 start:
        GET( $-{_uri} );

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

Modified: toys/rsget.pl/Get/SendSpace
==============================================================================
--- toys/rsget.pl/Get/SendSpace (original)
+++ toys/rsget.pl/Get/SendSpace Fri Jun  4 04:28:05 2010
@@ -11,7 +11,7 @@
 tos: "http://sendspace.com/terms.html";
 uri: qr{sendspace\.com/file/}
 cookie: ss
-status: OK 2010-04-08
+status: BROKEN 2010-06-04
 
 start:
        GET( $-{_uri} );
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to