summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-21 01:32:25 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-21 01:32:25 +0100
commit9d98c0986d423a6f2f7cdf043639ded908e3c559 (patch)
tree6cd816e6a375c249b51c682c92f9fe736d8a3863 /module/plugins/internal
parent[UgouploadNet] new hoster (diff)
downloadpyload-9d98c0986d423a6f2f7cdf043639ded908e3c559.tar.xz
[SimpleHoster] update (6)
Diffstat (limited to 'module/plugins/internal')
-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 303e84174..4d7697d57 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.13"
+ __version__ = "2.14"
__status__ = "stable"
__pattern__ = r'^unmatchable$'
@@ -277,7 +277,7 @@ class SimpleHoster(Hoster):
self.log_info(_("Processing as free download..."))
self.handle_free(pyfile)
- if not self.link:
+ if not self.link and not self.last_download:
self.error(_("%s download link not found") % ("Premium" if self.premium else "Free"))
if not self.last_download: