SVN: toys/rsget.pl/Get: EasyShare MegaShares PrzeklejPL SharePlace ZippyShare

sparky sparky at pld-linux.org
Fri Jun 4 18:06:34 CEST 2010


Author: sparky
Date: Fri Jun  4 18:06:34 2010
New Revision: 11521

Modified:
   toys/rsget.pl/Get/EasyShare
   toys/rsget.pl/Get/MegaShares
   toys/rsget.pl/Get/PrzeklejPL
   toys/rsget.pl/Get/SharePlace
   toys/rsget.pl/Get/ZippyShare
Log:
- OK, status updated


Modified: toys/rsget.pl/Get/EasyShare
==============================================================================
--- toys/rsget.pl/Get/EasyShare	(original)
+++ toys/rsget.pl/Get/EasyShare	Fri Jun  4 18:06:34 2010
@@ -11,7 +11,7 @@
 tos: "http://easy-share.com/tos.html"
 uri: qr{(?:w\d+\.)?easy-share\.com/(../)?(\d+)}
 cookie: !es
-status: OK 2010-04-08
+status: OK 2010-06-04
 
 start:
 	COOKIE( [ (qw(.easy-share.com TRUE / FALSE), time + 80000, 'language', 'en' ) ] );

Modified: toys/rsget.pl/Get/MegaShares
==============================================================================
--- toys/rsget.pl/Get/MegaShares	(original)
+++ toys/rsget.pl/Get/MegaShares	Fri Jun  4 18:06:34 2010
@@ -11,7 +11,7 @@
 tos: "http://megashares.com/tos.php"
 uri: qr{d01\.megashares\.com/((index\.php)?\?d01=|dl/)}
 cookie: !ms
-status: OK 2010-05-05
+status: OK 2010-06-04
 
 unify:
 	return "http://d01.megashares.com/?d01=" . lc $1 if m#(?:\?d01=|/dl/)([0-9A-Za-z]{7})#;

Modified: toys/rsget.pl/Get/PrzeklejPL
==============================================================================
--- toys/rsget.pl/Get/PrzeklejPL	(original)
+++ toys/rsget.pl/Get/PrzeklejPL	Fri Jun  4 18:06:34 2010
@@ -11,7 +11,7 @@
 tos: "http://www.przeklej.pl/regulamin"
 uri: qr{przeklej\.pl/plik/}
 slots: max
-status: OK 2010-03-12
+status: OK 2010-06-04
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/SharePlace
==============================================================================
--- toys/rsget.pl/Get/SharePlace	(original)
+++ toys/rsget.pl/Get/SharePlace	Fri Jun  4 18:06:34 2010
@@ -12,7 +12,7 @@
 uri: qr{shareplace\.com/\?[0-9A-F]+(/.*)?}
 uri: qr{shareplace\.org/\?[0-9A-F]+(/.*)?}
 slots: max
-status: OK 2010-03-13
+status: OK 2010-06-04
 
 unify:
 	return "http://shareplace.org/?$1"

Modified: toys/rsget.pl/Get/ZippyShare
==============================================================================
--- toys/rsget.pl/Get/ZippyShare	(original)
+++ toys/rsget.pl/Get/ZippyShare	Fri Jun  4 18:06:34 2010
@@ -12,7 +12,7 @@
 uri: qr{(?:www\d*\.)?zippyshare\.com/v/\d+/file\.}
 cookie: zips
 slots: max
-status: OK 2010-04-03
+status: OK 2010-06-04
 
 unify:
 	return "$1/file.html" if m{^(.*?)/file};


More information about the pld-cvs-commit mailing list