SVN: toys/rsget.pl/Get/X7

sparky sparky at pld-linux.org
Sat Apr 10 00:26:20 CEST 2010


Author: sparky
Date: Sat Apr 10 00:26:20 2010
New Revision: 11328

Modified:
   toys/rsget.pl/Get/X7
Log:
- POST zero-length data, as their javascript does


Modified: toys/rsget.pl/Get/X7
==============================================================================
--- toys/rsget.pl/Get/X7	(original)
+++ toys/rsget.pl/Get/X7	Sat Apr 10 00:26:20 2010
@@ -33,7 +33,7 @@
 	! m#var dlID = '([a-z0-9]{6})';#;
 	$-{id} = $1;
 
-	CLICK( "/james/ticket/dl/$-{id}" );
+	CLICK( "/james/ticket/dl/$-{id}", post => "" );
 
 	RESTART( - irand( 60, 300 ), "free limit reached" )
 		if /{err:"limit-dl"}/;


More information about the pld-cvs-commit mailing list