summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar OndrejIT <git@ondrej.it> 2016-04-26 08:28:16 +0200
committerGravatar OndrejIT <git@ondrej.it> 2016-04-26 08:28:16 +0200
commit47191bc025c763e4ba0f571fb7a3773558af9c76 (patch)
treeaf45689c841684edaca09fd02f357ad09ed08489 /module
parentFix UloTo (diff)
downloadpyload-47191bc025c763e4ba0f571fb7a3773558af9c76.tar.xz
Remove space...
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/UlozTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UlozTo.py b/module/plugins/hoster/UlozTo.py
index d1bf57835..ff64d2abd 100644
--- a/module/plugins/hoster/UlozTo.py
+++ b/module/plugins/hoster/UlozTo.py
@@ -48,7 +48,7 @@ class UlozTo(SimpleHoster):
TOKEN_PATTERN = r'<input type="hidden" name="_token_" .*?value="(.+?)"'
- def setup(self):
+ def setup(self):
self.chunk_limit = 16 if self.premium else 1
self.multiDL = True
self.resume_download = True