Author: sparky Date: Sat Jun 5 02:10:57 2010 New Revision: 11534 Modified: toys/rsget.pl/Get/GigaSize Log: - updated / fixed
Modified: toys/rsget.pl/Get/GigaSize ============================================================================== --- toys/rsget.pl/Get/GigaSize (original) +++ toys/rsget.pl/Get/GigaSize Sat Jun 5 02:10:57 2010 @@ -11,12 +11,12 @@ tos: "http://www.gigasize.com/page.php?p=terms" uri: qr{gigasize\.com/get\.php\?d=} cookie: gs -status: BROKEN 2010-06-04 +status: OK 2010-06-05 start: GET( $-{_uri} ); - ERROR( "file not found" ) if /The file has been deleted/; + ERROR( "file not found" ) if /The file\s+has been deleted/; ! m{<strong>Name</strong>:\s*<b>(.*?)</b></p>\s*<p>Size:\s*<span>($STDSIZE)</span>}; my ( $name, $size ) = ( $1, $2 ); _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
