SVN: toys/rsget.pl/Get/FileFactory

sparky sparky at pld-linux.org
Fri Mar 12 21:37:49 CET 2010


Author: sparky
Date: Fri Mar 12 21:37:49 2010
New Revision: 11264

Modified:
   toys/rsget.pl/Get/FileFactory
Log:
- download fixed - status updated
- better uri


Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory	(original)
+++ toys/rsget.pl/Get/FileFactory	Fri Mar 12 21:37:49 2010
@@ -9,8 +9,8 @@
 short: FF
 web: "http://filefactory.com/"
 tos: "http://filefactory.com/legal/terms.php"
-uri: qr{filefactory\.com/}
-status: BROKEN 2010-03-11
+uri: qr{filefactory\.com/file/[0-9a-f]{6}}
+status: OK 2010-03-12
 
 start:
 	GET( $-{_uri} );
@@ -33,7 +33,7 @@
 	! m#<a href="(http.*?)"><strong>Download with FileFactory Basic</strong></a>#;
 	$-{file_uri} = $1;
 
-	! m#<span id="countdown".*?>(\d+)</span>#;
+	! m#<span class="countdown".*?>(\d+)</span>#;
 	my $wait = $1;
 	RESTART( $wait, "free limit reached" ) if $wait > 30;
 


More information about the pld-cvs-commit mailing list