SVN: toys/rsget.pl/Get: BadongoCom DepositFiles EasyShare FileFactory FreakShare HotFile MegaShares ...

sparky sparky at pld-linux.org
Thu Apr 8 15:38:42 CEST 2010


Author: sparky
Date: Thu Apr  8 15:38:42 2010
New Revision: 11318

Modified:
   toys/rsget.pl/Get/BadongoCom
   toys/rsget.pl/Get/DepositFiles
   toys/rsget.pl/Get/EasyShare
   toys/rsget.pl/Get/FileFactory
   toys/rsget.pl/Get/FreakShare
   toys/rsget.pl/Get/HotFile
   toys/rsget.pl/Get/MegaShares
   toys/rsget.pl/Get/MegaUpload
   toys/rsget.pl/Get/NetLoad
   toys/rsget.pl/Get/RapidShare
   toys/rsget.pl/Get/SendSpace
   toys/rsget.pl/Get/StorageTo
   toys/rsget.pl/Get/UploadedTo
Log:
- OK, status updated


Modified: toys/rsget.pl/Get/BadongoCom
==============================================================================
--- toys/rsget.pl/Get/BadongoCom	(original)
+++ toys/rsget.pl/Get/BadongoCom	Thu Apr  8 15:38:42 2010
@@ -10,7 +10,7 @@
 web: "http://www.badongo.com/"
 uri: qr{badongo\.com/}
 cookie: !badongo
-status: OK 2010-03-11
+status: OK 2010-04-08
 
 unify:
 	s/#.*//; s{/$}{};

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

Modified: toys/rsget.pl/Get/EasyShare
==============================================================================
--- toys/rsget.pl/Get/EasyShare	(original)
+++ toys/rsget.pl/Get/EasyShare	Thu Apr  8 15:38:42 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-03
+status: OK 2010-04-08
 
 start:
 	COOKIE( [ (qw(.easy-share.com TRUE / FALSE), time + 80000, 'language', 'en' ) ] );

Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory	(original)
+++ toys/rsget.pl/Get/FileFactory	Thu Apr  8 15:38:42 2010
@@ -10,7 +10,7 @@
 web: "http://filefactory.com/"
 tos: "http://filefactory.com/legal/terms.php"
 uri: qr{filefactory\.com/file/[0-9a-f]{6}}
-status: OK 2010-03-12
+status: OK 2010-04-08
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/FreakShare
==============================================================================
--- toys/rsget.pl/Get/FreakShare	(original)
+++ toys/rsget.pl/Get/FreakShare	Thu Apr  8 15:38:42 2010
@@ -11,7 +11,7 @@
 tos: "http://freakshare.net/terms-of-service.html"
 uri: qr{freakshare\.net/files/}
 cookie: fs
-status: OK 2010-04-03
+status: OK 2010-04-08
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile	(original)
+++ toys/rsget.pl/Get/HotFile	Thu Apr  8 15:38:42 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-04-03
+status: OK 2010-04-08
 
 unify:
 	return "http://hotfile.com/dl/$1"

Modified: toys/rsget.pl/Get/MegaShares
==============================================================================
--- toys/rsget.pl/Get/MegaShares	(original)
+++ toys/rsget.pl/Get/MegaShares	Thu Apr  8 15:38:42 2010
@@ -11,7 +11,7 @@
 tos: "http://megashares.com/tos.php"
 uri: qr{d01\.megashares\.com/(\?d01=|dl/)}
 cookie: !ms
-status: OK 2010-03-12
+status: OK 2010-04-08
 
 unify:
 	return "http://d01.megashares.com/?d01=$1" if m#(?:\?d01=|/dl/)([0-9a-f]{7})#;

Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload	(original)
+++ toys/rsget.pl/Get/MegaUpload	Thu Apr  8 15:38:42 2010
@@ -14,7 +14,7 @@
 uri: qr{megarotic\.com/(../)?\?d=}
 uri: qr{sexuploader\.com/(../)?\?d=}
 uri: qr{megavideo\.com/\?d=}
-status: OK 2010-04-03
+status: OK 2010-04-08
 
 pre:
 	my @captcha_solver;

Modified: toys/rsget.pl/Get/NetLoad
==============================================================================
--- toys/rsget.pl/Get/NetLoad	(original)
+++ toys/rsget.pl/Get/NetLoad	Thu Apr  8 15:38:42 2010
@@ -11,7 +11,7 @@
 tos: "http://netload.in/index.php?id=13"
 uri: qr{netload\.in/datei}
 cookie: nl
-status: OK 2010-03-12
+status: OK 2010-04-08
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare	(original)
+++ toys/rsget.pl/Get/RapidShare	Thu Apr  8 15:38:42 2010
@@ -9,7 +9,7 @@
 short: RS
 web: "http://rapidshare.com/"
 uri: qr{(?:rs[a-z0-9]+\.)?rapidshare\.com/files/\d+/.+}
-status: OK 2010-04-03
+status: OK 2010-04-08
 
 unify:
 	s/#.*//;

Modified: toys/rsget.pl/Get/SendSpace
==============================================================================
--- toys/rsget.pl/Get/SendSpace	(original)
+++ toys/rsget.pl/Get/SendSpace	Thu Apr  8 15:38:42 2010
@@ -11,7 +11,7 @@
 tos: "http://sendspace.com/terms.html"
 uri: qr{sendspace\.com/file/}
 cookie: ss
-status: OK 2010-03-11
+status: OK 2010-04-08
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/StorageTo
==============================================================================
--- toys/rsget.pl/Get/StorageTo	(original)
+++ toys/rsget.pl/Get/StorageTo	Thu Apr  8 15:38:42 2010
@@ -9,7 +9,7 @@
 short: ST
 web: "http://storage.to/"
 uri: qr{storage\.to/get/[a-zA-Z0-9]{8}([\?/].*?)?$}
-status: OK 2010-03-12
+status: OK 2010-04-08
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/UploadedTo
==============================================================================
--- toys/rsget.pl/Get/UploadedTo	(original)
+++ toys/rsget.pl/Get/UploadedTo	Thu Apr  8 15:38:42 2010
@@ -11,7 +11,7 @@
 tos: "http://uploaded.to/agb"
 uri: qr{uploaded\.to/(?:file/|\?id=)[0-9a-z]{6}}
 uri: qr{ul\.to/[0-9a-z]{6}}
-status: OK 2010-03-12
+status: OK 2010-04-08
 
 unify:
 	return "http://uploaded.to/file/$1" if


More information about the pld-cvs-commit mailing list