summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/WebshareCz.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2013-10-23 14:21:05 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-23 14:21:05 +0200
commit57f21830085d3d5944b8d33fc9825d577e81ed8a (patch)
tree803407139336ee94f5f61b09f8e418cafcd9b0d8 /module/plugins/hoster/WebshareCz.py
parentMerge pull request #331 from vuolter/s/hoster_lc (diff)
downloadpyload-57f21830085d3d5944b8d33fc9825d577e81ed8a.tar.xz
Cleanup for setup vars.
See #315
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)