diff options
| author | 2015-04-08 15:38:01 +0200 | |
|---|---|---|
| committer | 2015-04-08 15:38:01 +0200 | |
| commit | 02e3ede3edcf4415ac466fbea9d4f25d9ccc8671 (patch) | |
| tree | 81084f9263f9229790e62097957d5132f18028e9 /module/plugins/hoster/PornhubCom.py | |
| parent | [UserAgentSwitcher] Random user-agent feature (diff) | |
| download | pyload-02e3ede3edcf4415ac466fbea9d4f25d9ccc8671.tar.xz | |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/PornhubCom.py')
| -rw-r--r-- | module/plugins/hoster/PornhubCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/PornhubCom.py b/module/plugins/hoster/PornhubCom.py index 9e0b16a85..16ce36ea9 100644 --- a/module/plugins/hoster/PornhubCom.py +++ b/module/plugins/hoster/PornhubCom.py @@ -83,7 +83,7 @@ class PornhubCom(Hoster): if not self.html: self.download_html() - if re.search(r'This video is no longer in our database or is in conversion', self.html) is not None: + if re.search(r'This video is no longer in our database or is in conversion', self.html): return False else: return True |
