summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-10 03:56:31 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-10 03:56:31 +0100
commitbadb1317968331206d409ec8abf0c40ffc980bf8 (patch)
treeb12d22e198d0e6417da84196b4962187bec2c5f3
parent[SimpleHoster] Fixup (diff)
downloadpyload-badb1317968331206d409ec8abf0c40ffc980bf8.tar.xz
[SimpleHoster] Fix https://github.com/pyload/pyload/issues/1242
-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 4777d0641..b2c40a828 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -246,7 +246,7 @@ def secondsToMidnight(gmt=0):
class SimpleHoster(Hoster):
__name__ = "SimpleHoster"
__type__ = "hoster"
- __version__ = "1.18"
+ __version__ = "1.19"
__pattern__ = r'^unmatchable$'
@@ -544,7 +544,7 @@ class SimpleHoster(Hoster):
self.info['error'] = errmsg
- if "hour" in errmsg
+ if "hour" in errmsg:
self.wait(secondsToMidnight(gmt=2), True)
elif re.search("da(il)?y|today", errmsg):