From 57f21830085d3d5944b8d33fc9825d577e81ed8a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 23 Oct 2013 14:21:05 +0200 Subject: Cleanup for setup vars. See #315 --- module/plugins/hoster/WebshareCz.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/plugins/hoster/WebshareCz.py') diff --git a/module/plugins/hoster/WebshareCz.py b/module/plugins/hoster/WebshareCz.py index 10a8078c5..1c9ddb290 100644 --- a/module/plugins/hoster/WebshareCz.py +++ b/module/plugins/hoster/WebshareCz.py @@ -34,9 +34,6 @@ class WebshareCz(SimpleHoster): DOWNLOAD_LINK_PATTERN = r'id="download_link" href="(?P.*?)"' - def setup(self): - self.multiDL = True - def handleFree(self): url_a = re.search(r"(var l.*)", self.html).group(1) url_b = re.search(r"(var keyStr.*)", self.html).group(1) -- cgit v1.2.3