summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Keep2shareCC.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/Keep2shareCC.py')
-rw-r--r--module/plugins/hoster/Keep2shareCC.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/Keep2shareCC.py b/module/plugins/hoster/Keep2shareCC.py
index 74dc05b89..12df08743 100644
--- a/module/plugins/hoster/Keep2shareCC.py
+++ b/module/plugins/hoster/Keep2shareCC.py
@@ -78,7 +78,7 @@ class Keep2shareCC(SimpleHoster):
self.retry()
m = re.search(self.LINK_PATTERN, self.html)
- if not m:
+ if m is None:
self.parseError("Unable to detect direct link")
self.startDownload(m.group(1))