SVN: toys/rsget.pl/Get/TurboBit

sparky sparky at pld-linux.org
Sat Dec 18 22:24:22 CET 2010


Author: sparky
Date: Sat Dec 18 22:24:21 2010
New Revision: 11993

Modified:
   toys/rsget.pl/Get/TurboBit
Log:
- fixed/updated


Modified: toys/rsget.pl/Get/TurboBit
==============================================================================
--- toys/rsget.pl/Get/TurboBit	(original)
+++ toys/rsget.pl/Get/TurboBit	Sat Dec 18 22:24:21 2010
@@ -36,7 +36,7 @@
 	( my $size = $1 ) =~ tr/,/./;
 	INFO( name => $name, asize => $size );
 
-	! m#<td><a class="free" href="(.*?)" #;
+	! m#<a class="free wide" href="(.*?)" #;
 	CLICK( $1 );
 
 stage_captcha:
@@ -70,7 +70,7 @@
 		GOTO stage_captcha;
 	}
 
-	! m{\$\("#timeout"\)\.load\("(/download/timeout/.*?)"\);};
+	! m{\$\("#timeoutBox"\)\.load\("(/download/timeout/.*?)"};
 	$-{dl_link} = $1;
 
 	! m#var Timeout = {\s*limit: (\d+),#;


More information about the pld-cvs-commit mailing list