From 8b569a22d9a5b12cc492e97d4cee28deb75a81ed Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Mon, 16 Jan 2012 17:39:27 +0100 Subject: workaround premium4.me overcharging --- module/plugins/hoster/Premium4Me.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster/Premium4Me.py') diff --git a/module/plugins/hoster/Premium4Me.py b/module/plugins/hoster/Premium4Me.py index beccdf572..d029b3df1 100644 --- a/module/plugins/hoster/Premium4Me.py +++ b/module/plugins/hoster/Premium4Me.py @@ -6,7 +6,7 @@ from module.plugins.Hoster import Hoster class Premium4Me(Hoster): __name__ = "Premium4Me" - __version__ = "0.02" + __version__ = "0.03" __type__ = "hoster" __pattern__ = r"http://premium4.me/.*" @@ -16,6 +16,7 @@ class Premium4Me(Hoster): def setup(self): self.resumeDownload = True + self.chunkLimit = 1 def process(self, pyfile): if not self.account: -- cgit v1.2.3