SVN: toys/rsget.pl/Get/RapidShark

sparky sparky at pld-linux.org
Fri Mar 12 21:57:49 CET 2010


Author: sparky
Date: Fri Mar 12 21:57:48 2010
New Revision: 11265

Modified:
   toys/rsget.pl/Get/RapidShark
Log:
- status: OK
- unify


Modified: toys/rsget.pl/Get/RapidShark
==============================================================================
--- toys/rsget.pl/Get/RapidShark	(original)
+++ toys/rsget.pl/Get/RapidShark	Fri Mar 12 21:57:48 2010
@@ -9,9 +9,13 @@
 short: RK
 web: "http://www.rapidshark.pl/"
 tos: "http://www.rapidshark.pl/tos.html"
-uri: qr{rapidshark\.pl/[a-z0-9]{12}/}
+uri: qr{rapidshark\.pl/[a-z0-9]{12}}
 slots: max
-status: BROKEN 2010-03-12
+status: OK 2010-03-12
+
+unify:
+	return "http://www.rapidshark.pl/$1"
+		if m{rapidshark\.pl/([a-z0-9]{12})}
 
 start:
 	GET( $-{_uri} );


More information about the pld-cvs-commit mailing list