SVN: toys/rsget.pl/Get: DepositFiles FileFactory MegaUpload RapidShare zSHARE

sparky sparky at pld-linux.org
Mon Jul 12 03:59:47 CEST 2010


Author: sparky
Date: Mon Jul 12 03:59:46 2010
New Revision: 11657

Modified:
   toys/rsget.pl/Get/DepositFiles
   toys/rsget.pl/Get/FileFactory
   toys/rsget.pl/Get/MegaUpload
   toys/rsget.pl/Get/RapidShare
   toys/rsget.pl/Get/zSHARE
Log:
- status: OK


Modified: toys/rsget.pl/Get/DepositFiles
==============================================================================
--- toys/rsget.pl/Get/DepositFiles	(original)
+++ toys/rsget.pl/Get/DepositFiles	Mon Jul 12 03:59:46 2010
@@ -9,7 +9,7 @@
 short: DF
 web: "http://depositfiles.com/"
 uri: qr{depositfiles\.com/(../)?files/[0-9a-z]+}
-status: OK 2010-06-04
+status: OK 2010-07-12
 
 unify:
 	return "http://depositfiles.com/files/$1" if m#/files/([0-9a-z]+)#;

Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory	(original)
+++ toys/rsget.pl/Get/FileFactory	Mon Jul 12 03:59:46 2010
@@ -10,7 +10,7 @@
 web: "http://filefactory.com/"
 tos: "http://filefactory.com/legal/terms.php"
 uri: qr{filefactory\.com/file/[0-9a-z]{6}}
-status: OK 2010-07-11
+status: OK 2010-07-12
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload	(original)
+++ toys/rsget.pl/Get/MegaUpload	Mon Jul 12 03:59:46 2010
@@ -14,7 +14,7 @@
 uri: qr{megarotic\.com/(../)?\?d=}
 uri: qr{sexuploader\.com/(../)?\?d=}
 uri: qr{megavideo\.com/\?d=}
-status: OK 2010-06-04
+status: OK 2010-07-12
 
 pre:
 	my @captcha_solver;

Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare	(original)
+++ toys/rsget.pl/Get/RapidShare	Mon Jul 12 03:59:46 2010
@@ -9,7 +9,7 @@
 short: RS
 web: "http://rapidshare.com/"
 uri: qr{(?:rs[a-z0-9]+\.)?rapidshare\.com/files/\d+/.+}
-status: OK 2010-06-04
+status: OK 2010-07-12
 
 unify:
 	s/#.*//;

Modified: toys/rsget.pl/Get/zSHARE
==============================================================================
--- toys/rsget.pl/Get/zSHARE	(original)
+++ toys/rsget.pl/Get/zSHARE	Mon Jul 12 03:59:46 2010
@@ -12,7 +12,7 @@
 uri: qr{zshare\.net/(?:download|video)/[0-9a-f]+}
 cookie: zs
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-12
 
 unify:
 	return "http://zshare.net/download/$1"


More information about the pld-cvs-commit mailing list