SVN: toys/rsget.pl/Get: DepositFiles FreakShare HotFile MegaShares NetLoad RapidShare SharingMatrix ...

sparky sparky at pld-linux.org
Tue Jul 13 16:04:39 CEST 2010


Author: sparky
Date: Tue Jul 13 16:04:38 2010
New Revision: 11668

Modified:
   toys/rsget.pl/Get/DepositFiles
   toys/rsget.pl/Get/FreakShare
   toys/rsget.pl/Get/HotFile
   toys/rsget.pl/Get/MegaShares
   toys/rsget.pl/Get/NetLoad
   toys/rsget.pl/Get/RapidShare
   toys/rsget.pl/Get/SharingMatrix
   toys/rsget.pl/Get/TurboBit
   toys/rsget.pl/Get/UploadedTo
   toys/rsget.pl/Get/UploadingCom
Log:
- status: OK


Modified: toys/rsget.pl/Get/DepositFiles
==============================================================================
--- toys/rsget.pl/Get/DepositFiles	(original)
+++ toys/rsget.pl/Get/DepositFiles	Tue Jul 13 16:04:38 2010
@@ -9,7 +9,7 @@
 short: DF
 web: "http://depositfiles.com/"
 uri: qr{depositfiles\.com/(../)?files/[0-9a-z]+}
-status: OK 2010-07-12
+status: OK 2010-07-13
 
 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	Tue Jul 13 16:04:38 2010
@@ -11,7 +11,7 @@
 tos: "http://freakshare.net/terms-of-service.html"
 uri: qr{freakshare\.net/files/}
 cookie: fs
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile	(original)
+++ toys/rsget.pl/Get/HotFile	Tue Jul 13 16:04:38 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-06-04
+status: OK 2010-07-13
 
 unify:
 	return "http://hotfile.com/dl/$1"

Modified: toys/rsget.pl/Get/MegaShares
==============================================================================
--- toys/rsget.pl/Get/MegaShares	(original)
+++ toys/rsget.pl/Get/MegaShares	Tue Jul 13 16:04:38 2010
@@ -11,7 +11,7 @@
 tos: "http://megashares.com/tos.php"
 uri: qr{d01\.megashares\.com/((index\.php)?\?d01=|dl/)}
 cookie: !ms
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 unify:
 	return "http://d01.megashares.com/?d01=" . lc $1 if m#(?:\?d01=|/dl/)([0-9A-Za-z]{7})#;

Modified: toys/rsget.pl/Get/NetLoad
==============================================================================
--- toys/rsget.pl/Get/NetLoad	(original)
+++ toys/rsget.pl/Get/NetLoad	Tue Jul 13 16:04:38 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-06-04
+status: OK 2010-07-13
 
 unify:
 	return "http://netload.in/$1.htm"

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

Modified: toys/rsget.pl/Get/SharingMatrix
==============================================================================
--- toys/rsget.pl/Get/SharingMatrix	(original)
+++ toys/rsget.pl/Get/SharingMatrix	Tue Jul 13 16:04:38 2010
@@ -11,7 +11,7 @@
 tos: "http://sharingmatrix.com/user_agreement"
 uri: qr{(?:www\d+\.)?sharingmatrix\.com/file/\d+}
 cookie: sm
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 unify:
 	return "http://sharingmatrix.com/file/$1"

Modified: toys/rsget.pl/Get/TurboBit
==============================================================================
--- toys/rsget.pl/Get/TurboBit	(original)
+++ toys/rsget.pl/Get/TurboBit	Tue Jul 13 16:04:38 2010
@@ -16,7 +16,7 @@
 uri: qr{turbobit\.ru/[a-z0-9]+\.html}
 cookie: tb
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 unify:
 	return "http://turbobit.net/$1"

Modified: toys/rsget.pl/Get/UploadedTo
==============================================================================
--- toys/rsget.pl/Get/UploadedTo	(original)
+++ toys/rsget.pl/Get/UploadedTo	Tue Jul 13 16:04:38 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-06-04
+status: OK 2010-07-13
 
 unify:
 	return "http://uploaded.to/file/$1" if

Modified: toys/rsget.pl/Get/UploadingCom
==============================================================================
--- toys/rsget.pl/Get/UploadingCom	(original)
+++ toys/rsget.pl/Get/UploadingCom	Tue Jul 13 16:04:38 2010
@@ -12,7 +12,7 @@
 uri: qr{uploading\.com/(../)?files/(get/)?[A-Za-z0-9]{8}}
 cookie: !uc
 slots: !1
-status: OK 2010-06-05
+status: OK 2010-07-13
 
 unify:
 	return "http://uploading.com/files/$1/"


More information about the pld-cvs-commit mailing list