SVN: toys/rsget.pl/Get/FileFactory
sparky
sparky at pld-linux.org
Sun Jul 11 17:44:35 CEST 2010
Author: sparky
Date: Sun Jul 11 17:44:35 2010
New Revision: 11645
Modified:
toys/rsget.pl/Get/FileFactory
Log:
- BROKEN: uses recaptcha now
Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory (original)
+++ toys/rsget.pl/Get/FileFactory Sun Jul 11 17:44:35 2010
@@ -10,13 +10,15 @@
web: "http://filefactory.com/"
tos: "http://filefactory.com/legal/terms.php"
uri: qr{filefactory\.com/file/[0-9a-z]{6}}
-status: OK 2010-06-04
+status: BROKEN 2010-07-11
start:
GET( $-{_uri} );
RESTART( -2 * 60, "no slots for free users" )
if /there are currently no free download slots available/;
+ DELAY( 2 * 60, "server overloaded" )
+ if /All of the available .*download slots on this server are in use/;
ERROR( "file not found" ) if /File Not Found|This file has been deleted/;
! m{<title>(.*?) - download now for free};
my $name = $1;
More information about the pld-cvs-commit
mailing list