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/EuroshareEu.py | |
parent | [UserAgentSwitcher] Random user-agent feature (diff) | |
download | pyload-02e3ede3edcf4415ac466fbea9d4f25d9ccc8671.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/EuroshareEu.py')
-rw-r--r-- | module/plugins/hoster/EuroshareEu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/EuroshareEu.py b/module/plugins/hoster/EuroshareEu.py index c5059e69e..922665c2e 100644 --- a/module/plugins/hoster/EuroshareEu.py +++ b/module/plugins/hoster/EuroshareEu.py @@ -48,7 +48,7 @@ class EuroshareEu(SimpleHoster): def handleFree(self, pyfile): - if re.search(self.ERR_PARDL_PATTERN, self.html) is not None: + if re.search(self.ERR_PARDL_PATTERN, self.html): self.longWait(5 * 60, 12) m = re.search(self.LINK_FREE_PATTERN, self.html) |