A mi me sigue sin ir. He creado la carpeta "error" dentro de la carpeta "list" (que antes no la tenía), pero sigue sin funcionar.
Tengo actualizado python a la versión 2.7.2 y cuando le indico que empiece a descargar me aparece en la consola:
INFO 0510 16:18:42 launcher Not cached
INFO 0510 16:18:42 launcher refered_item title=Mirror 2: Megaupload CALIDAD: DVD-RIP , url=megaupload, server= IDIOMA: ESPAÑOL IR [Megaupload], extra=
http://www.megaupload.com/?d=JR8S7PYG
----------------------------------------
Exception happened during processing of request from ('192.168.0.102', 59321)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
self.process_request(request, client_address)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in __init__
self.handle()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 343, in handle
self.handle_one_request()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 331, in handle_one_request
method()
File "/Applications/Wii-World/pelisalacarta-wii/pelisalacarta.py", line 48, in do_GET
respuesta = launcher.controller(plugin_name=PLUGIN_NAME,port=PORT,host=host,path=self.path,headers=self.headers)
File "/Applications/Wii-World/pelisalacarta-wii/platform/wiimc/launcher.py", line 96, in controller
itemlist,channel = getitems(path)
File "/Applications/Wii-World/pelisalacarta-wii/platform/wiimc/launcher.py", line 246, in getitems
itemlist = download_item(senderitem,refered_item)
File "/Applications/Wii-World/pelisalacarta-wii/platform/wiimc/launcher.py", line 289, in download_item
exec "from servers import "+refered_item.server+" as server_connector"
File "<string>", line 1
from servers import IDIOMA: ESPAÑOL IR [Megaupload] as server_connector
^
SyntaxError: invalid syntax
----------------------------------------
Un saludo