summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SizedriveCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SizedriveCom.py')
-rw-r--r--module/plugins/hoster/SizedriveCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SizedriveCom.py b/module/plugins/hoster/SizedriveCom.py
index 8bfe46e86..d0db9985b 100644
--- a/module/plugins/hoster/SizedriveCom.py
+++ b/module/plugins/hoster/SizedriveCom.py
@@ -35,7 +35,7 @@ class SizedriveCom(SimpleHoster):
post={'id': self.info['pattern']['ID']})
m = re.search(r'<span id="boton_download" ><a href="(.+?)"', self.html)
- if m:
+ if m is not None:
self.link = m.group(1)