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} );
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to