SVN: toys/rsget.pl: Audio/GoEar Get/4Shared Link/4Shared

sparky sparky at pld-linux.org
Mon Apr 5 22:34:55 CEST 2010


Author: sparky
Date: Mon Apr  5 22:34:55 2010
New Revision: 11311

Modified:
   toys/rsget.pl/Audio/GoEar
   toys/rsget.pl/Get/4Shared
   toys/rsget.pl/Link/4Shared
Log:
- updated status


Modified: toys/rsget.pl/Audio/GoEar
==============================================================================
--- toys/rsget.pl/Audio/GoEar	(original)
+++ toys/rsget.pl/Audio/GoEar	Mon Apr  5 22:34:55 2010
@@ -10,7 +10,7 @@
 web: "http://goear.com/"
 uri: qr{goear\.com/listen/[0-9a-f]+/}
 slots: max
-status: OK 2010-03-11
+status: OK 2010-04-05
 
 unify:
 	my ( $id ) = m{/listen/([0-9a-f]+)/};

Modified: toys/rsget.pl/Get/4Shared
==============================================================================
--- toys/rsget.pl/Get/4Shared	(original)
+++ toys/rsget.pl/Get/4Shared	Mon Apr  5 22:34:55 2010
@@ -5,13 +5,15 @@
 #		This program is free software,
 # you may distribute it under GPL v2 or newer.
 
+# TODO: support images, and probably other content
+
 name: 4Shared
 short: 4S
 web: "http://www.4shared.com/"
 tos: "http://www.4shared.com/terms.jsp"
 uri: qr{4shared\.com/(account/)?file/}
 slots: max
-status: OK 2010-03-11
+status: OK 2010-04-05
 
 unify:
 	return "http://www.4shared.com/file/$1/$2"

Modified: toys/rsget.pl/Link/4Shared
==============================================================================
--- toys/rsget.pl/Link/4Shared	(original)
+++ toys/rsget.pl/Link/4Shared	Mon Apr  5 22:34:55 2010
@@ -12,7 +12,7 @@
 uri: qr{4shared\.com/dir/}
 slots: max
 cookie: !4sh
-status: OK 2009-10-24
+status: OK 2010-04-05
 
 unify:
 	return "http://www.4shared.com/dir/$1/$2"


More information about the pld-cvs-commit mailing list