Author: sparky
Date: Thu Mar 11 18:29:47 2010
New Revision: 11249

Modified:
   toys/rsget.pl/Get/BitRoad
Log:
- updated for web layout changes


Modified: toys/rsget.pl/Get/BitRoad
==============================================================================
--- toys/rsget.pl/Get/BitRoad   (original)
+++ toys/rsget.pl/Get/BitRoad   Thu Mar 11 18:29:47 2010
@@ -10,7 +10,7 @@
 web: "http://bitroad.net/";
 tos: "http://bitroad.net/page/terms.php";
 uri: qr{bitroad\.net/}
-status: OK 2009-10-22
+status: OK 2010-03-11
 
 start:
        GET( $-{_uri} );
@@ -18,7 +18,7 @@
        ERROR( "file not found" )
                if /The requested file is not found/;
 
-       m#<div class="content_text"><h1>(.*?)\s*\[ ($STDSIZE) \]</h1>#;
+       m#<div class="content_text">\s*<h1>(.*?)\s*\[ ($STDSIZE) \]</h1>#;
        INFO( name => $1, asize => $2 );
 
        RESTART( - irand( 60, 300 ), "free limit reached" )
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to