From 1a78a123928063b45c89ecc199086b76727338c9 Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 16 Jun 2009 18:20:21 +0200 Subject: removed wait time for Zippyshare.com --- Plugins/ZippyshareCom.py | 1 - module/thread_list.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Plugins/ZippyshareCom.py b/Plugins/ZippyshareCom.py index d61841ab0..8470fdcb1 100644 --- a/Plugins/ZippyshareCom.py +++ b/Plugins/ZippyshareCom.py @@ -27,7 +27,6 @@ class ZippyshareCom(Plugin): def download_html(self): url = self.parent.url self.html = self.req.load(url, cookies=True) - self.time_plus_wait = time() + 12 def get_file_url(self): """ returns the absolute downloadable filepath diff --git a/module/thread_list.py b/module/thread_list.py index 677fe7ecc..a7e92b77d 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -117,8 +117,8 @@ class Thread_List(object): data = data.replace(pyfile.url + '\n', "") - #with open(self.parent.config['link_file'], 'w') as f: - #f.write(data) + with open(self.parent.config['link_file'], 'w') as f: + f.write(data) if pyfile.status.type == "reconnected":#put it back in queque self.py_load_files.insert(0, pyfile) -- cgit v1.2.3