SVN: toys/rsget.pl/Get/FileFactory

sparky sparky at pld-linux.org
Thu Oct 22 16:36:15 CEST 2009


Author: sparky
Date: Thu Oct 22 16:36:15 2009
New Revision: 10817

Modified:
   toys/rsget.pl/Get/FileFactory
Log:
- upadted and checked


Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory	(original)
+++ toys/rsget.pl/Get/FileFactory	Thu Oct 22 16:36:15 2009
@@ -3,7 +3,7 @@
 name: FileFactory
 short: FF
 uri: qr{filefactory\.com/}
-status: OK 2009-10-03
+status: OK 2009-10-22
 
 start:
 	GET( $-{_uri} );
@@ -21,7 +21,7 @@
 	}
 
 	! m#<a href="(/dlf.*?)"><img.*?alt="Download Now" /></a>#;
-	GET( $1 );
+	CLICK( $1 );
 
 	! m#<a href="(http.*?)"><img.*?alt="Download Now" /></a>#;
 	$-{file_uri} = $1;
@@ -30,9 +30,9 @@
 	my $wait = $1;
 	RESTART( $wait, "free limit reached" ) if $wait > 30;
 
-	WAIT( $wait, "starting soon" );
+	WAIT( $wait, "starting" );
 
-	DOWNLOAD( $-{file_uri} );
+	CLICK_DOWNLOAD( $-{file_uri} );
 
 	# file turned out to be html, means we have to wait
 	MULTI() if /You are currently downloading too many files at once/;


More information about the pld-cvs-commit mailing list