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

sparky sparky at pld-linux.org
Sat Mar 13 03:41:56 CET 2010


Author: sparky
Date: Sat Mar 13 03:41:55 2010
New Revision: 11271

Modified:
   toys/rsget.pl/Get/MediaFire
   toys/rsget.pl/Get/TurboUpload
   toys/rsget.pl/Get/UpFile
Log:
- added notes why those getters are broken


Modified: toys/rsget.pl/Get/MediaFire
==============================================================================
--- toys/rsget.pl/Get/MediaFire	(original)
+++ toys/rsget.pl/Get/MediaFire	Sat Mar 13 03:41:55 2010
@@ -14,6 +14,9 @@
 slots: max
 status: BROKEN 2010-03-11
 
+# BROKEN Note: A lot of work must be done to retrieve download link.
+# I hope using SpiderMonkey or other JS engine won't be necessary.
+
 unify:
 	return "http://www.mediafire.com/?$1" if
 		m{mediafire\.com/(?:file/|\?)([a-z0-9]+)};

Modified: toys/rsget.pl/Get/TurboUpload
==============================================================================
--- toys/rsget.pl/Get/TurboUpload	(original)
+++ toys/rsget.pl/Get/TurboUpload	Sat Mar 13 03:41:55 2010
@@ -13,6 +13,9 @@
 #uri: qr{turboupload\.com/[a-z0-9]{12}/.+?\.html}
 status: BROKEN 2010-03-12
 
+# BROKEN Note: Page requires to do some stupid thing to download a file.
+# In Spain it asks you to enter a web page which asks for cell phone number.
+
 start:
 	GET( $-{_uri} );
 

Modified: toys/rsget.pl/Get/UpFile
==============================================================================
--- toys/rsget.pl/Get/UpFile	(original)
+++ toys/rsget.pl/Get/UpFile	Sat Mar 13 03:41:55 2010
@@ -13,6 +13,9 @@
 cookie: uf
 status: BROKEN 2010-03-12
 
+# BROKEN Note: Page is blocked ? Download button is disabled in the "free"
+# form.
+
 start:
 	GET( $-{_uri} );
 


More information about the pld-cvs-commit mailing list