diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-02 02:49:26 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-02 02:49:26 +0100 |
commit | ea58af3c625d90aec6becfd943289e42e4a71a9a (patch) | |
tree | edcd4d1ed44b3a7efd887ceed90c99173004b863 /module/plugins/hoster/EuroshareEu.py | |
parent | [MultiHook] Store account type (diff) | |
download | pyload-ea58af3c625d90aec6becfd943289e42e4a71a9a.tar.xz |
Code cosmetics
Diffstat (limited to 'module/plugins/hoster/EuroshareEu.py')
-rw-r--r-- | module/plugins/hoster/EuroshareEu.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/module/plugins/hoster/EuroshareEu.py b/module/plugins/hoster/EuroshareEu.py index cc10abb37..2ebdfb3ff 100644 --- a/module/plugins/hoster/EuroshareEu.py +++ b/module/plugins/hoster/EuroshareEu.py @@ -27,11 +27,6 @@ class EuroshareEu(SimpleHoster): URL_REPLACEMENTS = [(r"(http://[^/]*\.)(sk|cz|hu|pl)/", r"\1eu/")] - def setup(self): - self.multiDL = self.resumeDownload = self.premium - self.req.setOption("timeout", 120) - - def handlePremium(self): if self.ERR_NOT_LOGGED_IN_PATTERN in self.html: self.account.relogin(self.user) |