SVN: toys/rsget.pl/Get/MediaFire

sparky sparky at pld-linux.org
Fri Jan 1 02:29:05 CET 2010


Author: sparky
Date: Fri Jan  1 02:29:04 2010
New Revision: 11080

Modified:
   toys/rsget.pl/Get/MediaFire
Log:
- unify links to uris preferred by service


Modified: toys/rsget.pl/Get/MediaFire
==============================================================================
--- toys/rsget.pl/Get/MediaFire	(original)
+++ toys/rsget.pl/Get/MediaFire	Fri Jan  1 02:29:04 2010
@@ -14,6 +14,10 @@
 slots: max
 status: OK 2009-12-13
 
+unify:
+	return "http://www.mediafire.com/?$1"
+		m{mediafire\.com/(?:file/|\?)([a-z0-9]+)};
+
 start:
 	GET( $-{_uri} );
 


More information about the pld-cvs-commit mailing list