summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-10-01 17:53:08 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-07 11:24:33 +0200
commit3cbe09690f0f70651be8cbc24979d39b12199d26 (patch)
treefdbf9e6ae48c9f5eb734fda22fb777f887220ce0
parentNew plugin: Keep2shareCC (diff)
downloadpyload-3cbe09690f0f70651be8cbc24979d39b12199d26.tar.xz
GamefrontCom: unlimited chunks even for free users
See #279 (cherry picked from commit 008078c5368d4b27a6e653dd33574ed967f1d644)
-rw-r--r--pyload/plugins/hoster/GamefrontCom.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/GamefrontCom.py b/pyload/plugins/hoster/GamefrontCom.py
index a0ee03f26..f77868b16 100644
--- a/pyload/plugins/hoster/GamefrontCom.py
+++ b/pyload/plugins/hoster/GamefrontCom.py
@@ -8,7 +8,7 @@ class GamefrontCom(Hoster):
__name__ = "GamefrontCom"
__type__ = "hoster"
__pattern__ = r"http://(?:\w*\.)*?gamefront.com/files/[A-Za-z0-9]+"
- __version__ = "0.03"
+ __version__ = "0.04"
__description__ = """gamefront.com hoster plugin"""
__author_name__ = ("fwannmacher")
__author_mail__ = ("felipe@warhammerproject.com")
@@ -21,6 +21,7 @@ class GamefrontCom(Hoster):
def setup(self):
self.resumeDownload = True
self.multiDL = True
+ self.chunkLimit = -1
def process(self, pyfile):
self.pyfile = pyfile