SVN: toys/rsget.pl/Get/HotFile

pawelz pawelz at pld-linux.org
Fri Jul 23 21:09:47 CEST 2010


Author: pawelz
Date: Fri Jul 23 21:09:47 2010
New Revision: 11696

Modified:
   toys/rsget.pl/Get/HotFile
Log:
- new type of HF uris (http://new.hotfile.com/...)
- updated status


Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile	(original)
+++ toys/rsget.pl/Get/HotFile	Fri Jul 23 21:09:47 2010
@@ -11,7 +11,8 @@
 tos: "http://hotfile.com/terms-of-service.html"
 uri: qr{hotfile\.com/dl/\d+/[0-9a-f]+/.+}
 uri: qr{pl\.hotfile\.com/dl/\d+/[0-9a-f]+/.+}
-status: OK 2010-07-13
+uri: qr{new\.hotfile\.com/dl/\d+/[0-9a-f]+/.+}
+status: OK 2010-07-23
 
 unify:
 	return "http://hotfile.com/dl/$1"


More information about the pld-cvs-commit mailing list