diff options
author | spoob <spoob@gmx.de> | 2009-06-16 18:20:21 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-16 18:20:21 +0200 |
commit | 1a78a123928063b45c89ecc199086b76727338c9 (patch) | |
tree | d7631bba7778182e43e8a0ddf61909396c10cba1 /Plugins | |
parent | Merge with 91d07331e1a9707a3dccb47a373ac516a7ebca8a (diff) | |
download | pyload-1a78a123928063b45c89ecc199086b76727338c9.tar.xz |
removed wait time for Zippyshare.com
Diffstat (limited to 'Plugins')
-rw-r--r-- | Plugins/ZippyshareCom.py | 1 |
1 files changed, 0 insertions, 1 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 |