SVN: toys/rsget.pl/Get/FreakShare

sparky sparky at pld-linux.org
Sat Jul 24 20:16:40 CEST 2010


Author: sparky
Date: Sat Jul 24 20:16:40 2010
New Revision: 11699

Modified:
   toys/rsget.pl/Get/FreakShare
Log:
- force english, fixes RSGETPL-21


Modified: toys/rsget.pl/Get/FreakShare
==============================================================================
--- toys/rsget.pl/Get/FreakShare	(original)
+++ toys/rsget.pl/Get/FreakShare	Sat Jul 24 20:16:40 2010
@@ -10,12 +10,14 @@
 web: "http://freakshare.net/"
 tos: "http://freakshare.net/terms-of-service.html"
 uri: qr{freakshare\.net/files/}
-cookie: fs
+cookie: !fs
 status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );
 
+	GET( "/index.php?language=EN" );
+
 	ERROR( "file not found: $1" )
 		if m#<h1 .*?>Error</h1>\s+<div.*?>\s*(.*?)\s+<#s;
 	RESTART( - irand( 60, 300 ), "free limit reached" )


More information about the pld-cvs-commit mailing list