From 83c03598582cca2725a713632c34df90b0de604c Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 20 Jan 2015 19:41:05 +0100 Subject: [UlozTo] Fix setup (thx kmarty) --- module/plugins/hoster/UlozTo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins') diff --git a/module/plugins/hoster/UlozTo.py b/module/plugins/hoster/UlozTo.py index 1be4eaf41..3552942ff 100644 --- a/module/plugins/hoster/UlozTo.py +++ b/module/plugins/hoster/UlozTo.py @@ -15,7 +15,7 @@ def convertDecimalPrefix(m): class UlozTo(SimpleHoster): __name__ = "UlozTo" __type__ = "hoster" - __version__ = "1.03" + __version__ = "1.04" __pattern__ = r'http://(?:www\.)?(uloz\.to|ulozto\.(cz|sk|net)|bagruj\.cz|zachowajto\.pl)/(?:live/)?(?P\w+/[^/?]*)' @@ -39,7 +39,7 @@ class UlozTo(SimpleHoster): def setup(self): - self.chunkLimit = 16 + self.chunkLimit = 16 if self.premium else 1 self.multiDL = self.premium self.resumeDownload = True -- cgit v1.2.3