summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/WebshareCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/WebshareCz.py')
-rw-r--r--module/plugins/hoster/WebshareCz.py3
1 files changed, 0 insertions, 3 deletions
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<url>.*?)"'
- 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)