summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar stickell <l.stickell@yahoo.it> 2015-01-24 20:12:03 +0100
committerGravatar stickell <l.stickell@yahoo.it> 2015-01-24 20:12:03 +0100
commit4657db852d55b9c37dc2461baae47385bd68946b (patch)
tree5bf4b9fc43f2630b9e381690f1f02bbc83bc9bb0 /module
parentSpare code improvements (diff)
downloadpyload-4657db852d55b9c37dc2461baae47385bd68946b.tar.xz
Free XFS Premium chunked downloads.
Let's make them fly!
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/XFSHoster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py
index 1dd3075d8..c6ec5faff 100644
--- a/module/plugins/internal/XFSHoster.py
+++ b/module/plugins/internal/XFSHoster.py
@@ -15,7 +15,7 @@ from module.utils import html_unescape
class XFSHoster(SimpleHoster):
__name__ = "XFSHoster"
__type__ = "hoster"
- __version__ = "0.38"
+ __version__ = "0.39"
__pattern__ = r'^unmatchable$'
@@ -55,7 +55,7 @@ class XFSHoster(SimpleHoster):
def setup(self):
- self.chunkLimit = 1
+ self.chunkLimit = -1 if self.premium else 1
self.resumeDownload = self.multiDL = self.premium