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

Reply via email to