SVN: toys/rsget.pl/Get/FreakShare

sparky sparky at pld-linux.org
Sun Feb 28 12:39:40 CET 2010


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"/ } );


More information about the pld-cvs-commit mailing list