SVN: toys/rsget.pl/Get: TurboBit TurboUpload UpFile

sparky sparky at pld-linux.org
Fri Mar 12 20:35:37 CET 2010


Author: sparky
Date: Fri Mar 12 20:35:36 2010
New Revision: 11262

Modified:
   toys/rsget.pl/Get/TurboBit
   toys/rsget.pl/Get/TurboUpload
   toys/rsget.pl/Get/UpFile
Log:
- BROKEN, will start fixing them now


Modified: toys/rsget.pl/Get/TurboBit
==============================================================================
--- toys/rsget.pl/Get/TurboBit	(original)
+++ toys/rsget.pl/Get/TurboBit	Fri Mar 12 20:35:36 2010
@@ -9,11 +9,15 @@
 short: TB
 web: "http://turbobit.net/"
 tos: "http://turbobit.net/rules"
-uri: qr{turbobit\.net/}
-uri: qr{turbobit\.ru/}
+uri: qr{turbobit\.net/[a-z0-9]+\.html}
+uri: qr{turbobit\.ru/[a-z0-9]+\.html}
 cookie: tb
 slots: max
-status: OK 2009-10-24
+status: BROKEN 2010-03-12
+
+unify:
+	return "http://turbobit.net/$1"
+		if m{turbobit\.[a-z]{2,3}/([a-z0-9]+\.html)};
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/TurboUpload
==============================================================================
--- toys/rsget.pl/Get/TurboUpload	(original)
+++ toys/rsget.pl/Get/TurboUpload	Fri Mar 12 20:35:36 2010
@@ -10,7 +10,8 @@
 web: "http://www.turboupload.com/"
 tos: "http://www.turboupload.com/tos.html"
 uri: qr{turboupload\.com/(../)?files/get/.+?/.+}
-status: OK 2009-10-23
+#uri: qr{turboupload\.com/[a-z0-9]{12}/.+?\.html}
+status: BROKEN 2010-03-12
 
 start:
 	GET( $-{_uri} );

Modified: toys/rsget.pl/Get/UpFile
==============================================================================
--- toys/rsget.pl/Get/UpFile	(original)
+++ toys/rsget.pl/Get/UpFile	Fri Mar 12 20:35:36 2010
@@ -11,7 +11,7 @@
 tos: "http://up-file.com/page/terms.php"
 uri: qr{up-file\.com/download/}
 cookie: uf
-status: OK 2009-10-22
+status: BROKEN 2010-03-12
 
 start:
 	GET( $-{_uri} );


More information about the pld-cvs-commit mailing list