SVN: toys/rsget.pl/Get: DepositFiles FreakShare HotFile MegaUpload NetLoad RapidShare SharingMatrix ...
sparky
sparky at pld-linux.org
Fri Jun 4 04:26:05 CEST 2010
Author: sparky
Date: Fri Jun 4 04:26:04 2010
New Revision: 11510
Modified:
toys/rsget.pl/Get/DepositFiles
toys/rsget.pl/Get/FreakShare
toys/rsget.pl/Get/HotFile
toys/rsget.pl/Get/MegaUpload
toys/rsget.pl/Get/NetLoad
toys/rsget.pl/Get/RapidShare
toys/rsget.pl/Get/SharingMatrix
toys/rsget.pl/Get/StorageTo
toys/rsget.pl/Get/zSHARE
Log:
- working OK, status updated
Modified: toys/rsget.pl/Get/DepositFiles
==============================================================================
--- toys/rsget.pl/Get/DepositFiles (original)
+++ toys/rsget.pl/Get/DepositFiles Fri Jun 4 04:26:04 2010
@@ -9,7 +9,7 @@
short: DF
web: "http://depositfiles.com/"
uri: qr{depositfiles\.com/(../)?files/[0-9a-z]+}
-status: OK 2010-04-08
+status: OK 2010-06-04
unify:
return "http://depositfiles.com/files/$1" if m#/files/([0-9a-z]+)#;
Modified: toys/rsget.pl/Get/FreakShare
==============================================================================
--- toys/rsget.pl/Get/FreakShare (original)
+++ toys/rsget.pl/Get/FreakShare Fri Jun 4 04:26:04 2010
@@ -11,7 +11,7 @@
tos: "http://freakshare.net/terms-of-service.html"
uri: qr{freakshare\.net/files/}
cookie: fs
-status: OK 2010-04-08
+status: OK 2010-06-04
start:
GET( $-{_uri} );
Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile (original)
+++ toys/rsget.pl/Get/HotFile Fri Jun 4 04:26:04 2010
@@ -11,7 +11,7 @@
tos: "http://hotfile.com/terms-of-service.html"
uri: qr{hotfile\.com/dl/\d+/[0-9a-f]+/.+}
uri: qr{pl\.hotfile\.com/dl/\d+/[0-9a-f]+/.+}
-status: OK 2010-05-05
+status: OK 2010-06-04
unify:
return "http://hotfile.com/dl/$1"
Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload (original)
+++ toys/rsget.pl/Get/MegaUpload Fri Jun 4 04:26:04 2010
@@ -14,7 +14,7 @@
uri: qr{megarotic\.com/(../)?\?d=}
uri: qr{sexuploader\.com/(../)?\?d=}
uri: qr{megavideo\.com/\?d=}
-status: OK 2010-05-05
+status: OK 2010-06-04
pre:
my @captcha_solver;
Modified: toys/rsget.pl/Get/NetLoad
==============================================================================
--- toys/rsget.pl/Get/NetLoad (original)
+++ toys/rsget.pl/Get/NetLoad Fri Jun 4 04:26:04 2010
@@ -11,7 +11,7 @@
tos: "http://netload.in/index.php?id=13"
uri: qr{netload\.in/datei[a-zA-Z0-9]+}
cookie: nl
-status: OK 2010-05-05
+status: OK 2010-06-04
unify:
return "http://netload.in/$1.htm"
Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare (original)
+++ toys/rsget.pl/Get/RapidShare Fri Jun 4 04:26:04 2010
@@ -9,7 +9,7 @@
short: RS
web: "http://rapidshare.com/"
uri: qr{(?:rs[a-z0-9]+\.)?rapidshare\.com/files/\d+/.+}
-status: OK 2010-05-05
+status: OK 2010-06-04
unify:
s/#.*//;
Modified: toys/rsget.pl/Get/SharingMatrix
==============================================================================
--- toys/rsget.pl/Get/SharingMatrix (original)
+++ toys/rsget.pl/Get/SharingMatrix Fri Jun 4 04:26:04 2010
@@ -11,7 +11,7 @@
tos: "http://sharingmatrix.com/user_agreement"
uri: qr{(?:www\d+\.)?sharingmatrix\.com/file/\d+}
cookie: sm
-status: OK 2010-04-08
+status: OK 2010-06-04
unify:
return "http://sharingmatrix.com/file/$1"
Modified: toys/rsget.pl/Get/StorageTo
==============================================================================
--- toys/rsget.pl/Get/StorageTo (original)
+++ toys/rsget.pl/Get/StorageTo Fri Jun 4 04:26:04 2010
@@ -9,7 +9,7 @@
short: ST
web: "http://storage.to/"
uri: qr{storage\.to/get/[a-zA-Z0-9]{8}([\?/].*?)?$}
-status: OK 2010-04-08
+status: OK 2010-06-04
start:
GET( $-{_uri} );
Modified: toys/rsget.pl/Get/zSHARE
==============================================================================
--- toys/rsget.pl/Get/zSHARE (original)
+++ toys/rsget.pl/Get/zSHARE Fri Jun 4 04:26:04 2010
@@ -12,7 +12,7 @@
uri: qr{zshare\.net/(?:download|video)/[0-9a-f]+}
cookie: zs
slots: max
-status: OK 2010-03-12
+status: OK 2010-06-04
unify:
return "http://zshare.net/download/$1"
More information about the pld-cvs-commit
mailing list