summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-20 23:42:56 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-20 23:42:56 +0100
commit6229218f0b0e9eb937715daf50c6030091d1a3b9 (patch)
treee8c029b92bdb9b1e69b0b1ceb93b8d7fdb0aa568 /module
parent[SimpleHoster] update (3) (diff)
downloadpyload-6229218f0b0e9eb937715daf50c6030091d1a3b9.tar.xz
[SimpleHoster] update (4)
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/SimpleHoster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index 14dd71df3..bcc0dfebe 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -16,7 +16,7 @@ from module.plugins.internal.utils import (encode, parse_name, parse_size,
class SimpleHoster(Hoster):
__name__ = "SimpleHoster"
__type__ = "hoster"
- __version__ = "2.11"
+ __version__ = "2.12"
__status__ = "stable"
__pattern__ = r'^unmatchable$'
@@ -280,7 +280,7 @@ class SimpleHoster(Hoster):
if not self.link:
self.error(_("%s download link not found") % ("Premium" if self.premium else "Free"))
- if self.last_download:
+ if not self.last_download:
self.log_info(_("Downloading file..."))
self.download(self.link, disposition=self.DISPOSITION)