Author: sparky Date: Sun Feb 28 12:39:39 2010 New Revision: 11218 Modified: toys/rsget.pl/Get/FreakShare Log: - temporarily broken
Modified: toys/rsget.pl/Get/FreakShare ============================================================================== --- toys/rsget.pl/Get/FreakShare (original) +++ toys/rsget.pl/Get/FreakShare Sun Feb 28 12:39:39 2010 @@ -11,7 +11,7 @@ tos: "http://freakshare.net/terms-of-service.html" uri: qr{freakshare\.net/files/} cookie: fs -status: OK 2009-10-22 +status: BROKEN 2010-02-28 start: GET( $-{_uri} ); @@ -20,7 +20,7 @@ RESTART( - irand( 60, 300 ), "free limit reached" ) if /Sorry, your Traffic is used up for today/; - ! m#<h1 class="box_heading" style="text-align:center;">(.*?) - (\d+ MB)yte</h1>#; + ! m#<h1 class="box_heading" style="text-align:center;">(.*?) - ($STDSIZE)yte</h1>#; INFO( name => $1, asize => $2 ); ! $-{form} = $self->form( match => { body => qr/"Free Download"/ } ); _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
