SVN: toys/rsget.pl: Audio/GoEar Image/ImageShack Video/Vimeo

sparky sparky at pld-linux.org
Fri Jun 4 04:23:56 CEST 2010


Author: sparky
Date: Fri Jun  4 04:23:56 2010
New Revision: 11509

Modified:
   toys/rsget.pl/Audio/GoEar
   toys/rsget.pl/Image/ImageShack
   toys/rsget.pl/Video/Vimeo
Log:
- working OK, status updated


Modified: toys/rsget.pl/Audio/GoEar
==============================================================================
--- toys/rsget.pl/Audio/GoEar	(original)
+++ toys/rsget.pl/Audio/GoEar	Fri Jun  4 04:23:56 2010
@@ -10,7 +10,7 @@
 web: "http://goear.com/"
 uri: qr{goear\.com/listen/[0-9a-f]+/}
 slots: max
-status: OK 2010-04-05
+status: OK 2010-06-04
 
 unify:
 	my ( $id ) = m{/listen/([0-9a-f]+)/};

Modified: toys/rsget.pl/Image/ImageShack
==============================================================================
--- toys/rsget.pl/Image/ImageShack	(original)
+++ toys/rsget.pl/Image/ImageShack	Fri Jun  4 04:23:56 2010
@@ -12,7 +12,7 @@
 uri: qr{profile\.imageshack\.us/user/.*?/images/detail/#\d+/.+}
 uri: qr{(?:img\d+\.)imageshack\.us/(?:i/.+/|my\.php\?image=.+)}
 slots: max
-status: OK 2010-03-11
+status: OK 2010-06-04
 
 unify:
 	return "http://img$1.imageshack.us/i/$2/"

Modified: toys/rsget.pl/Video/Vimeo
==============================================================================
--- toys/rsget.pl/Video/Vimeo	(original)
+++ toys/rsget.pl/Video/Vimeo	Fri Jun  4 04:23:56 2010
@@ -10,7 +10,7 @@
 web: "http://vimeo.com/"
 uri: qr{vimeo\.com/\d+([/#?].*)?$}
 slots: max
-status: OK 2010-04-08
+status: OK 2010-06-04
 
 unify:
 	s/#.*//;


More information about the pld-cvs-commit mailing list