summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/RedtubeCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/RedtubeCom.py')
-rw-r--r--pyload/plugin/hoster/RedtubeCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/RedtubeCom.py b/pyload/plugin/hoster/RedtubeCom.py
index 1f18d09c7..f6bc3f825 100644
--- a/pyload/plugin/hoster/RedtubeCom.py
+++ b/pyload/plugin/hoster/RedtubeCom.py
@@ -56,7 +56,7 @@ class RedtubeCom(Hoster):
if not self.html:
self.download_html()
- if re.search(r'This video has been removed.', self.html) is not None:
+ if re.search(r'This video has been removed.', self.html):
return False
else:
return True