SVN: toys/rsget.pl/Link: AnonymTo CryptIt LinkProtector LixIn MultiUpload ProtectLinks RSProtect Sec...

sparky sparky at pld-linux.org
Fri Jun 4 04:22:50 CEST 2010


Author: sparky
Date: Fri Jun  4 04:22:50 2010
New Revision: 11508

Modified:
   toys/rsget.pl/Link/AnonymTo
   toys/rsget.pl/Link/CryptIt
   toys/rsget.pl/Link/LinkProtector
   toys/rsget.pl/Link/LixIn
   toys/rsget.pl/Link/MultiUpload
   toys/rsget.pl/Link/ProtectLinks
   toys/rsget.pl/Link/RSProtect
   toys/rsget.pl/Link/SecuredIn
   toys/rsget.pl/Link/ShareBee
   toys/rsget.pl/Link/Simple
Log:
- working OK, status updated


Modified: toys/rsget.pl/Link/AnonymTo
==============================================================================
--- toys/rsget.pl/Link/AnonymTo	(original)
+++ toys/rsget.pl/Link/AnonymTo	Fri Jun  4 04:22:50 2010
@@ -10,7 +10,7 @@
 web: "http://anonym.to/"
 uri: qr{anonym\.to/}
 slots: max
-status: OK 2010-04-03
+status: OK 2010-06-04
 
 unify:
 	return $_;

Modified: toys/rsget.pl/Link/CryptIt
==============================================================================
--- toys/rsget.pl/Link/CryptIt	(original)
+++ toys/rsget.pl/Link/CryptIt	Fri Jun  4 04:22:50 2010
@@ -10,7 +10,7 @@
 web: "http://crypt-it.com/"
 uri: qr{crypt-it\.com/}
 slots: max
-status: OK 2010-04-03
+status: OK 2010-06-04
 
 pre:
 	# from jdownloader

Modified: toys/rsget.pl/Link/LinkProtector
==============================================================================
--- toys/rsget.pl/Link/LinkProtector	(original)
+++ toys/rsget.pl/Link/LinkProtector	Fri Jun  4 04:22:50 2010
@@ -10,7 +10,7 @@
 web: "http://link-protector.com/"
 uri: qr{link-protector\.com/}
 slots: max
-status: OK 2009-10-24
+status: OK 2010-06-04
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Link/LixIn
==============================================================================
--- toys/rsget.pl/Link/LixIn	(original)
+++ toys/rsget.pl/Link/LixIn	Fri Jun  4 04:22:50 2010
@@ -11,7 +11,7 @@
 uri: qr{lix\.in/-?[0-9a-f]+(#.*)?$}
 slots: !1
 cookie: !lix
-status: OK 2009-10-25
+status: OK 2010-06-04
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Link/MultiUpload
==============================================================================
--- toys/rsget.pl/Link/MultiUpload	(original)
+++ toys/rsget.pl/Link/MultiUpload	Fri Jun  4 04:22:50 2010
@@ -11,7 +11,7 @@
 tos: "http://multiupload.com/terms"
 uri: qr{(?:www\d*\.)?multiupload\.com/[A-Z0-9]{10}}
 slots: max
-status: OK 2010-05-08
+status: OK 2010-06-04
 
 # TODO: there sometimes is "Direct download" link, allowing to download
 # directly from multiupload servers; but I don't know how to trigger it

Modified: toys/rsget.pl/Link/ProtectLinks
==============================================================================
--- toys/rsget.pl/Link/ProtectLinks	(original)
+++ toys/rsget.pl/Link/ProtectLinks	Fri Jun  4 04:22:50 2010
@@ -11,7 +11,7 @@
 tos: "http://protectlinks.com/tos.php"
 uri: qr{protectlinks\.com/}
 slots: max
-status: OK 2009-10-24
+status: OK 2010-06-04
 
 start:
 	$_ = $-{_uri};

Modified: toys/rsget.pl/Link/RSProtect
==============================================================================
--- toys/rsget.pl/Link/RSProtect	(original)
+++ toys/rsget.pl/Link/RSProtect	Fri Jun  4 04:22:50 2010
@@ -10,7 +10,7 @@
 web: "http://www.rsprotect.com/"
 uri: qr{rsprotect\.com/rc-.*?/}
 slots: max
-status: OK 2009-10-24
+status: OK 2010-06-04
 
 unify:
 	s/#.*//;

Modified: toys/rsget.pl/Link/SecuredIn
==============================================================================
--- toys/rsget.pl/Link/SecuredIn	(original)
+++ toys/rsget.pl/Link/SecuredIn	Fri Jun  4 04:22:50 2010
@@ -10,7 +10,7 @@
 web: "http://secured.in/"
 uri: qr{secured\.in/download-\d+-[0-9a-f]+\.html$}
 slots: max
-status: OK 2009-10-24
+status: OK 2010-06-04
 
 pre:
 	use MIME::Base64;

Modified: toys/rsget.pl/Link/ShareBee
==============================================================================
--- toys/rsget.pl/Link/ShareBee	(original)
+++ toys/rsget.pl/Link/ShareBee	Fri Jun  4 04:22:50 2010
@@ -11,7 +11,7 @@
 tos: "http://www.sharebee.com/tos"
 uri: qr{sharebee\.com/}
 slots: max
-status: OK 2009-10-24
+status: OK 2010-06-04
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Link/Simple
==============================================================================
--- toys/rsget.pl/Link/Simple	(original)
+++ toys/rsget.pl/Link/Simple	Fri Jun  4 04:22:50 2010
@@ -14,7 +14,7 @@
 uri: qr{linkhider\.com/}
 uri: qr{to\./}
 slots: max
-status: OK 2010-05-09
+status: OK 2010-06-04
 
 start:
 	my $uri = $-{_uri};


More information about the pld-cvs-commit mailing list