Author: sparky
Date: Mon Jul 26 00:58:54 2010
New Revision: 11708

Modified:
   toys/rsget.pl/Get/TurboBit
Log:
- updated, fixes RSGETPL-23


Modified: toys/rsget.pl/Get/TurboBit
==============================================================================
--- toys/rsget.pl/Get/TurboBit  (original)
+++ toys/rsget.pl/Get/TurboBit  Mon Jul 26 00:58:54 2010
@@ -16,7 +16,7 @@
 uri: qr{turbobit\.ru/[a-z0-9]+(/.+)?\.html}
 cookie: tb
 slots: max
-status: OK 2010-07-13
+status: OK 2010-07-26
 
 unify:
        return "http://turbobit.net/$1.html";
@@ -34,7 +34,7 @@
        ( my $size = $1 ) =~ tr/,/./;
        INFO( name => $name, asize => $size );
 
-       ! m#<td><a class="free" href="(.*?)" onclick#;
+       ! m#<td><a class="free" href="(.*?)" #;
        CLICK( $1 );
 
 stage_captcha:
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to