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

Reply via email to