SVN: toys/rsget.pl/Get/HotFile

sparky sparky at pld-linux.org
Sun Feb 21 02:54:57 CET 2010


Author: sparky
Date: Sun Feb 21 02:54:56 2010
New Revision: 11154

Modified:
   toys/rsget.pl/Get/HotFile
Log:
- unify pl. uris


Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile	(original)
+++ toys/rsget.pl/Get/HotFile	Sun Feb 21 02:54:56 2010
@@ -13,6 +13,10 @@
 uri: qr{pl\.hotfile\.com/dl/\d+/[0-9a-f]+/.+}
 status: OK 2009-12-11
 
+unify:
+	return "http://hotfile.com/dl/$1"
+		if m{hotfile\.com/dl/(\d+/[0-9a-f]+/.+?)(?:\.html)?$};
+
 start:
 	GET( $-{_uri} );
 


More information about the pld-cvs-commit mailing list