SVN: toys/rsget.pl/Get: FileFactory MediaFire

sparky sparky at pld-linux.org
Thu Mar 11 18:31:29 CET 2010


Author: sparky
Date: Thu Mar 11 18:31:28 2010
New Revision: 11250

Modified:
   toys/rsget.pl/Get/FileFactory
   toys/rsget.pl/Get/MediaFire
Log:
- getter temporarily broken, will fix it later


Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory	(original)
+++ toys/rsget.pl/Get/FileFactory	Thu Mar 11 18:31:28 2010
@@ -10,7 +10,7 @@
 web: "http://filefactory.com/"
 tos: "http://filefactory.com/legal/terms.php"
 uri: qr{filefactory\.com/}
-status: OK 2009-10-22
+status: BROKEN 2010-03-11
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/MediaFire
==============================================================================
--- toys/rsget.pl/Get/MediaFire	(original)
+++ toys/rsget.pl/Get/MediaFire	Thu Mar 11 18:31:28 2010
@@ -12,7 +12,7 @@
 uri: qr{mediafire\.com/(file/|\?)[a-z0-9]+}
 cookie: mf
 slots: max
-status: OK 2009-12-13
+status: BROKEN 2010-03-11
 
 unify:
 	return "http://www.mediafire.com/?$1" if


More information about the pld-cvs-commit mailing list