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"}/;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to