Author: sparky
Date: Fri Jun  4 18:01:05 2010
New Revision: 11520

Modified:
   toys/rsget.pl/Get/ArchivTo
   toys/rsget.pl/Get/BadongoCom
   toys/rsget.pl/Get/BitRoad
   toys/rsget.pl/Get/FileFactory
   toys/rsget.pl/Get/RapidShark
   toys/rsget.pl/Get/SendSpacePL
   toys/rsget.pl/Get/X7
Log:
- BROKEN, will be fixed


Modified: toys/rsget.pl/Get/ArchivTo
==============================================================================
--- toys/rsget.pl/Get/ArchivTo  (original)
+++ toys/rsget.pl/Get/ArchivTo  Fri Jun  4 18:01:05 2010
@@ -14,7 +14,7 @@
 uri: qr{archiv\.to/\?.*?HashID=FILE[0-9A-F]+}
 uri: qr{archiv\.to/GET/FILE[0-9A-F]+}
 slots: max
-status: OK 2010-04-05
+status: BROKEN 2010-06-04
 
 unify:
        return "http://archiv.to/GET/$1";

Modified: toys/rsget.pl/Get/BadongoCom
==============================================================================
--- toys/rsget.pl/Get/BadongoCom        (original)
+++ toys/rsget.pl/Get/BadongoCom        Fri Jun  4 18:01:05 2010
@@ -10,7 +10,7 @@
 web: "http://www.badongo.com/";
 uri: qr{badongo\.com/}
 cookie: !badongo
-status: FAIL 2010-04-29
+status: BROKEN 2010-06-04
 
 unify:
        s/#.*//; s{/$}{};

Modified: toys/rsget.pl/Get/BitRoad
==============================================================================
--- toys/rsget.pl/Get/BitRoad   (original)
+++ toys/rsget.pl/Get/BitRoad   Fri Jun  4 18:01:05 2010
@@ -10,7 +10,7 @@
 web: "http://bitroad.net/";
 tos: "http://bitroad.net/page/terms.php";
 uri: qr{bitroad\.net/}
-status: OK 2010-03-11
+status: BROKEN 2010-06-04
 
 start:
        GET( $-{_uri} );
@@ -24,7 +24,7 @@
        RESTART( - irand( 60, 300 ), "free limit reached" )
                if /Downloading is in process from your IP-Address/;
 
-       $-{form} = $self->form( match => { action => qr{^/download3\.php$} } );
+       ! $-{form} = $self->form( match => { action => qr{^/download3\.php$} } 
);
        CLICK_DOWNLOAD( $-{form}->post() );
 
 # vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory       (original)
+++ toys/rsget.pl/Get/FileFactory       Fri Jun  4 18:01:05 2010
@@ -10,7 +10,7 @@
 web: "http://filefactory.com/";
 tos: "http://filefactory.com/legal/terms.php";
 uri: qr{filefactory\.com/file/[0-9a-z]{6}}
-status: OK 2010-05-05
+status: BROKEN 2010-06-04
 
 start:
        GET( $-{_uri} );

Modified: toys/rsget.pl/Get/RapidShark
==============================================================================
--- toys/rsget.pl/Get/RapidShark        (original)
+++ toys/rsget.pl/Get/RapidShark        Fri Jun  4 18:01:05 2010
@@ -11,7 +11,7 @@
 tos: "http://www.rapidshark.pl/tos.html";
 uri: qr{rapidshark\.pl/[a-z0-9]{12}}
 slots: max
-status: OK 2010-03-12
+status: BROKEN 2010-06-04
 
 unify:
        return "http://www.rapidshark.pl/$1";

Modified: toys/rsget.pl/Get/SendSpacePL
==============================================================================
--- toys/rsget.pl/Get/SendSpacePL       (original)
+++ toys/rsget.pl/Get/SendSpacePL       Fri Jun  4 18:01:05 2010
@@ -11,7 +11,7 @@
 tos: "http://www.sendspace.pl/informacje/regulamin";
 uri: qr{sendspace\.pl/file/[a-zA-Z0-9]{8}}
 cookie: ss.pl
-status: OK 2010-03-12
+status: BROKEN 2010-06-04
 
 start:
        GET( $-{_uri} );

Modified: toys/rsget.pl/Get/X7
==============================================================================
--- toys/rsget.pl/Get/X7        (original)
+++ toys/rsget.pl/Get/X7        Fri Jun  4 18:01:05 2010
@@ -12,7 +12,7 @@
 web: "http://x7.to/";
 tos: "http://x7.to/legal";
 uri: qr{x7\.to/[a-z0-9]{6}}
-status: OK 2010-04-09
+status: BROKEN 2010-06-04
 
 unify:
        return "http://x7.to/$1";
_______________________________________________
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