SVN: toys/rsget.pl/Link: 4Shared AnonymTo LixIn MultiUpload ProtectLinks RSProtect SecuredIn ShareBe...
sparky
sparky at pld-linux.org
Mon Jul 12 03:58:33 CEST 2010
Author: sparky
Date: Mon Jul 12 03:58:33 2010
New Revision: 11656
Modified:
toys/rsget.pl/Link/4Shared
toys/rsget.pl/Link/AnonymTo
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:
- status: OK
Modified: toys/rsget.pl/Link/4Shared
==============================================================================
--- toys/rsget.pl/Link/4Shared (original)
+++ toys/rsget.pl/Link/4Shared Mon Jul 12 03:58:33 2010
@@ -12,7 +12,7 @@
uri: qr{4shared\.com/dir/}
slots: max
cookie: !4sh
-status: OK 2010-06-04
+status: OK 2010-07-12
unify:
return "http://www.4shared.com/dir/$1/$2"
Modified: toys/rsget.pl/Link/AnonymTo
==============================================================================
--- toys/rsget.pl/Link/AnonymTo (original)
+++ toys/rsget.pl/Link/AnonymTo Mon Jul 12 03:58:33 2010
@@ -10,7 +10,7 @@
web: "http://anonym.to/"
uri: qr{anonym\.to/}
slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
unify:
return $_;
Modified: toys/rsget.pl/Link/LixIn
==============================================================================
--- toys/rsget.pl/Link/LixIn (original)
+++ toys/rsget.pl/Link/LixIn Mon Jul 12 03:58:33 2010
@@ -11,7 +11,7 @@
uri: qr{lix\.in/-?[0-9a-f]+(#.*)?$}
slots: !1
cookie: !lix
-status: OK 2010-06-04
+status: OK 2010-07-12
start:
GET( $-{_uri} );
Modified: toys/rsget.pl/Link/MultiUpload
==============================================================================
--- toys/rsget.pl/Link/MultiUpload (original)
+++ toys/rsget.pl/Link/MultiUpload Mon Jul 12 03:58:33 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-06-04
+status: OK 2010-07-12
# 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 Mon Jul 12 03:58:33 2010
@@ -11,7 +11,7 @@
tos: "http://protectlinks.com/tos.php"
uri: qr{protectlinks\.com/}
slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
start:
$_ = $-{_uri};
Modified: toys/rsget.pl/Link/RSProtect
==============================================================================
--- toys/rsget.pl/Link/RSProtect (original)
+++ toys/rsget.pl/Link/RSProtect Mon Jul 12 03:58:33 2010
@@ -10,7 +10,7 @@
web: "http://www.rsprotect.com/"
uri: qr{rsprotect\.com/rc-.*?/}
slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
unify:
s/#.*//;
Modified: toys/rsget.pl/Link/SecuredIn
==============================================================================
--- toys/rsget.pl/Link/SecuredIn (original)
+++ toys/rsget.pl/Link/SecuredIn Mon Jul 12 03:58:33 2010
@@ -10,7 +10,7 @@
web: "http://secured.in/"
uri: qr{secured\.in/download-\d+-[0-9a-f]+\.html$}
slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
pre:
use MIME::Base64;
Modified: toys/rsget.pl/Link/ShareBee
==============================================================================
--- toys/rsget.pl/Link/ShareBee (original)
+++ toys/rsget.pl/Link/ShareBee Mon Jul 12 03:58:33 2010
@@ -11,7 +11,7 @@
tos: "http://www.sharebee.com/tos"
uri: qr{sharebee\.com/}
slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
start:
GET( $-{_uri} );
Modified: toys/rsget.pl/Link/Simple
==============================================================================
--- toys/rsget.pl/Link/Simple (original)
+++ toys/rsget.pl/Link/Simple Mon Jul 12 03:58:33 2010
@@ -14,7 +14,7 @@
uri: qr{to\./}
uri: qr{anonym-to\.com/\?}
slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
start:
my $uri = $-{_uri};
More information about the pld-cvs-commit
mailing list