diff options
author | Stefano <l.stickell@yahoo.it> | 2013-10-02 15:57:29 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-10-07 11:26:58 +0200 |
commit | 08b77b4cb91338f3c03ab21712387f7e2336c881 (patch) | |
tree | 172c1f5da771c24795e9bcae7d5e8b0023becc91 /pyload/plugins/hoster/GamefrontCom.py | |
parent | Merge pull request #285 from vuolter/s/hoster/OneFichierCom (diff) | |
download | pyload-08b77b4cb91338f3c03ab21712387f7e2336c881.tar.xz |
Plugins: cosmetics See #286
(cherry picked from commit f876908b6a1946845c1c7dff591d4d9f64643f82)
Conflicts:
pyload/plugins/hoster/DlFreeFr.py
Diffstat (limited to 'pyload/plugins/hoster/GamefrontCom.py')
-rw-r--r-- | pyload/plugins/hoster/GamefrontCom.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/GamefrontCom.py b/pyload/plugins/hoster/GamefrontCom.py index f77868b16..c82cfdf50 100644 --- a/pyload/plugins/hoster/GamefrontCom.py +++ b/pyload/plugins/hoster/GamefrontCom.py @@ -19,8 +19,7 @@ class GamefrontCom(Hoster): PATTERN_OFFLINE = "This file doesn't exist, or has been removed." def setup(self): - self.resumeDownload = True - self.multiDL = True + self.resumeDownload = self.multiDL = True self.chunkLimit = -1 def process(self, pyfile): |