SVN: toys/rsget.pl/Video/Vimeo

sparky sparky at pld-linux.org
Thu May 6 23:45:49 CEST 2010


Author: sparky
Date: Thu May  6 23:45:48 2010
New Revision: 11392

Modified:
   toys/rsget.pl/Video/Vimeo
Log:
- allow ?hd in uri


Modified: toys/rsget.pl/Video/Vimeo
==============================================================================
--- toys/rsget.pl/Video/Vimeo	(original)
+++ toys/rsget.pl/Video/Vimeo	Thu May  6 23:45:48 2010
@@ -8,12 +8,13 @@
 name: Vimeo
 short: V:Vimeo
 web: "http://vimeo.com/"
-uri: qr{vimeo\.com/\d+([/#].*)?$}
+uri: qr{vimeo\.com/\d+([/#?].*)?$}
 slots: max
 status: OK 2010-04-08
 
 unify:
 	s/#.*//;
+	s/\?.*//;
 	return "http://vimeo.com/$1" if m{/(\d+)(?:/.*)?$};
 
 start:


More information about the pld-cvs-commit mailing list