From e0a3cdbefd3218d5d0453dd401230c79f9bc8035 Mon Sep 17 00:00:00 2001 From: Jeix Date: Thu, 30 Jun 2011 18:15:35 +0200 Subject: fixed #336 megavideo --- module/PluginThread.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'module/PluginThread.py') diff --git a/module/PluginThread.py b/module/PluginThread.py index 5f311aa07..1cb1dd8ea 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -153,13 +153,13 @@ class DownloadThread(PluginThread): self.m.core.hookManager.downloadStarts(pyfile) pyfile.plugin.preprocessing(self) - except NotImplementedError: + # except NotImplementedError: - self.m.log.error(_("Plugin %s is missing a function.") % pyfile.pluginname) - pyfile.setStatus("failed") - pyfile.error = "Plugin does not work" - self.clean(pyfile) - continue + # self.m.log.error(_("Plugin %s is missing a function.") % pyfile.pluginname) + # pyfile.setStatus("failed") + # pyfile.error = "Plugin does not work" + # self.clean(pyfile) + # continue except Abort: try: -- cgit v1.2.3