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

sparky sparky at pld-linux.org
Thu Mar 11 01:24:12 CET 2010


Author: sparky
Date: Thu Mar 11 01:24:12 2010
New Revision: 11237

Modified:
   toys/rsget.pl/Audio/GoEar
   toys/rsget.pl/Image/ImageShack
   toys/rsget.pl/Video/DailyMotion
   toys/rsget.pl/Video/Delfi
Log:
- status date updated


Modified: toys/rsget.pl/Audio/GoEar
==============================================================================
--- toys/rsget.pl/Audio/GoEar	(original)
+++ toys/rsget.pl/Audio/GoEar	Thu Mar 11 01:24:12 2010
@@ -10,7 +10,7 @@
 web: "http://goear.com/"
 uri: qr{goear\.com/listen/[0-9a-f]+/}
 slots: max
-status: OK 2009-11-03
+status: OK 2010-03-11
 
 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	Thu Mar 11 01:24:12 2010
@@ -12,7 +12,7 @@
 uri: qr{profile\.imageshack\.us/user/.*?/images/detail/#\d+/.+}
 uri: qr{img\d+\.imageshack\.us/i/.+/}
 slots: max
-status: OK 2009-11-03
+status: OK 2010-03-11
 
 unify:
 	return "http://img$1.imageshack.us/i/$2/"

Modified: toys/rsget.pl/Video/DailyMotion
==============================================================================
--- toys/rsget.pl/Video/DailyMotion	(original)
+++ toys/rsget.pl/Video/DailyMotion	Thu Mar 11 01:24:12 2010
@@ -10,7 +10,7 @@
 web: "http://www.dailymotion.com/"
 uri: qr{dailymotion\.(com|pl)/(.*?/)?video/[a-z0-9]+}
 slots: max
-status: OK 2009-10-04
+status: OK 2010-03-11
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Video/Delfi
==============================================================================
--- toys/rsget.pl/Video/Delfi	(original)
+++ toys/rsget.pl/Video/Delfi	Thu Mar 11 01:24:12 2010
@@ -10,7 +10,7 @@
 web: "http://tv.delfi.ee/"
 uri: qr{tv\.delfi\.ee/video/[a-zA-Z0-9]+}
 slots: max
-status: OK 2009-10-04
+status: OK 2010-03-11
 
 start:
 	GET( $-{_uri} );


More information about the pld-cvs-commit mailing list