SVN: toys/rsget.pl/Get/FlyfileUs

sparky sparky at pld-linux.org
Fri Dec 11 01:33:09 CET 2009


Author: sparky
Date: Fri Dec 11 01:33:08 2009
New Revision: 11026

Modified:
   toys/rsget.pl/Get/FlyfileUs
Log:
- please send info if you can find any working link


Modified: toys/rsget.pl/Get/FlyfileUs
==============================================================================
--- toys/rsget.pl/Get/FlyfileUs	(original)
+++ toys/rsget.pl/Get/FlyfileUs	Fri Dec 11 01:33:08 2009
@@ -10,12 +10,12 @@
 web: "http://flyfile.us/"
 tos: "http://flyfile.us/tos.html"
 uri: qr{flyfile\.us/}
-status: OK 2009-10-22
+status: OK 2009-12-11
 
 start:
 	GET( $-{_uri} );
 
 	ERROR( "file not found" ) if m{<b>File Not Found</b>};
-	ERROR( "file found but I don't know what to do" );
+	ERROR( "file found but I don't know what to do, please send this link to rsget.pl author" );
 
 # vim: filetype=perl:ts=4:sw=4


More information about the pld-cvs-commit mailing list