SVN: toys/rsget.pl/Get/MegaUpload

sparky sparky at pld-linux.org
Wed Mar 3 00:42:38 CET 2010


Author: sparky
Date: Wed Mar  3 00:42:37 2010
New Revision: 11225

Modified:
   toys/rsget.pl/Get/MegaUpload
Log:
- TODO, for after we implement file priorities


Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload	(original)
+++ toys/rsget.pl/Get/MegaUpload	Wed Mar  3 00:42:37 2010
@@ -47,6 +47,8 @@
 	RESTART( 10 * 60, "temporarily blocked" )
 		if m{document\.location='http://www\.megaupload\.com/\?c=msg'};
 
+	# TODO: if file is unavailable temporarily try to download it
+	# later (lower uri priority)
 	ERROR( "file not found" ) if
 		/The file you are trying to access is temporarily unavailable/
 			or /Unfortunately, the link you have clicked is not available/


More information about the pld-cvs-commit mailing list