diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-08 15:38:01 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-08 15:38:01 +0200 |
commit | 02e3ede3edcf4415ac466fbea9d4f25d9ccc8671 (patch) | |
tree | 81084f9263f9229790e62097957d5132f18028e9 /module/plugins/hoster/YourfilesTo.py | |
parent | [UserAgentSwitcher] Random user-agent feature (diff) | |
download | pyload-02e3ede3edcf4415ac466fbea9d4f25d9ccc8671.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/YourfilesTo.py')
-rw-r--r-- | module/plugins/hoster/YourfilesTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/YourfilesTo.py b/module/plugins/hoster/YourfilesTo.py index e0def108e..fd65a6a41 100644 --- a/module/plugins/hoster/YourfilesTo.py +++ b/module/plugins/hoster/YourfilesTo.py @@ -81,7 +81,7 @@ class YourfilesTo(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 |