summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/ShareplaceCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/ShareplaceCom.py')
-rw-r--r--pyload/plugin/hoster/ShareplaceCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/ShareplaceCom.py b/pyload/plugin/hoster/ShareplaceCom.py
index 61e0f8723..35f74d460 100644
--- a/pyload/plugin/hoster/ShareplaceCom.py
+++ b/pyload/plugin/hoster/ShareplaceCom.py
@@ -83,7 +83,7 @@ class ShareplaceCom(Hoster):
if not self.html:
self.download_html()
- if re.search(r"HTTP Status 404", self.html) is not None:
+ if re.search(r"HTTP Status 404", self.html):
return False
else:
return True