SVN: toys/rsget.pl/Video/Break

sparky sparky at pld-linux.org
Sun Mar 14 17:20:31 CET 2010


Author: sparky
Date: Sun Mar 14 17:20:31 2010
New Revision: 11276

Modified:
   toys/rsget.pl/Video/Break
Log:
- limit uris a bit
- TODO: support pictures


Modified: toys/rsget.pl/Video/Break
==============================================================================
--- toys/rsget.pl/Video/Break	(original)
+++ toys/rsget.pl/Video/Break	Sun Mar 14 17:20:31 2010
@@ -8,10 +8,12 @@
 name: Break
 short: V:Break
 web: "http://www.break.com/"
-uri: qr{break\.com}
+uri: qr{break\.com/.+?/.+}
 slots: max
 status: OK 2010-03-11
 
+# TODO: support pictures
+
 start:
 	GET( $-{_uri} );
 


More information about the pld-cvs-commit mailing list