Author: sparky Date: Wed May 5 03:09:08 2010 New Revision: 11376 Modified: toys/rsget.pl/Get/FileFactory Log: - fixed/updated
Modified: toys/rsget.pl/Get/FileFactory ============================================================================== --- toys/rsget.pl/Get/FileFactory (original) +++ toys/rsget.pl/Get/FileFactory Wed May 5 03:09:08 2010 @@ -10,7 +10,7 @@ web: "http://filefactory.com/" tos: "http://filefactory.com/legal/terms.php" uri: qr{filefactory\.com/file/[0-9a-z]{6}} -status: OK 2010-04-08 +status: OK 2010-05-05 start: GET( $-{_uri} ); @@ -35,7 +35,7 @@ ! m#<span class="countdown".*?>(\d+)</span>#; my $wait = $1; - RESTART( $wait, "free limit reached" ) if $wait > 30; + RESTART( $wait, "free limit reached" ) if $wait > 120; WAIT( $wait, "expecting download link" ); _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
