SVN: toys/rsget.pl/Get/FileFactory
sparky
sparky at pld-linux.org
Tue Dec 8 02:58:00 CET 2009
Author: sparky
Date: Tue Dec 8 02:58:00 2009
New Revision: 11017
Modified:
toys/rsget.pl/Get/FileFactory
Log:
- updated
Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory (original)
+++ toys/rsget.pl/Get/FileFactory Tue Dec 8 02:58:00 2009
@@ -30,14 +30,14 @@
! m#<a href="(/dlf.*?)"><img.*?alt="Download Now" /></a>#;
CLICK( $1 );
- ! m#<a href="(http.*?)"><img.*?alt="Download Now" /></a>#;
+ ! m#<a href="(http.*?)"><strong>Download with FileFactory Basic</strong></a>#;
$-{file_uri} = $1;
! m#<span id="countdown".*?>(\d+)</span>#;
my $wait = $1;
RESTART( $wait, "free limit reached" ) if $wait > 30;
- WAIT( $wait, "starting" );
+ WAIT( $wait, "expecting download link" );
CLICK_DOWNLOAD( $-{file_uri} );
More information about the pld-cvs-commit
mailing list