summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/EuroshareEu.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-02 02:49:26 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-02 02:49:26 +0100
commitea58af3c625d90aec6becfd943289e42e4a71a9a (patch)
treeedcd4d1ed44b3a7efd887ceed90c99173004b863 /module/plugins/hoster/EuroshareEu.py
parent[MultiHook] Store account type (diff)
downloadpyload-ea58af3c625d90aec6becfd943289e42e4a71a9a.tar.xz
Code cosmetics
Diffstat (limited to 'module/plugins/hoster/EuroshareEu.py')
-rw-r--r--module/plugins/hoster/EuroshareEu.py5
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)