SVN: toys/rsget.pl/Direct/HTTP

sparky sparky at pld-linux.org
Sun Jun 27 18:27:29 CEST 2010


Author: sparky
Date: Sun Jun 27 18:27:29 2010
New Revision: 11607

Modified:
   toys/rsget.pl/Direct/HTTP
Log:
- recognize https://


Modified: toys/rsget.pl/Direct/HTTP
==============================================================================
--- toys/rsget.pl/Direct/HTTP	(original)
+++ toys/rsget.pl/Direct/HTTP	Sun Jun 27 18:27:29 2010
@@ -9,6 +9,7 @@
 short: Direct::HTTP
 web: "http://rsget.pl/getters/Direct/HTTP/"
 uri: qr{http://.*[^/]}
+uri: qr{https://.*[^/]}
 slots: max
 status: OK 2010-06-26
 


More information about the pld-cvs-commit mailing list