diff options
| author | 2013-10-02 15:57:29 +0200 | |
|---|---|---|
| committer | 2013-10-02 16:08:43 +0200 | |
| commit | f876908b6a1946845c1c7dff591d4d9f64643f82 (patch) | |
| tree | e1b5ba8ba107225ba2e84f2ced7015fb2902ee6d /module/plugins/hoster/JumbofilesCom.py | |
| parent | Merge pull request #285 from vuolter/s/hoster/OneFichierCom (diff) | |
| download | pyload-f876908b6a1946845c1c7dff591d4d9f64643f82.tar.xz | |
Plugins: cosmetics See #286
Diffstat (limited to 'module/plugins/hoster/JumbofilesCom.py')
| -rw-r--r-- | module/plugins/hoster/JumbofilesCom.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/module/plugins/hoster/JumbofilesCom.py b/module/plugins/hoster/JumbofilesCom.py index 93885a6a3..1b8a2d73b 100644 --- a/module/plugins/hoster/JumbofilesCom.py +++ b/module/plugins/hoster/JumbofilesCom.py @@ -17,8 +17,7 @@ class JumbofilesCom(SimpleHoster):      DIRECT_LINK_PATTERN = '<meta http-equiv="refresh" content="10;url=(.+)">'      def setup(self): -        self.resumeDownload = True -        self.multiDL = True +        self.resumeDownload = self.multiDL = True      def handleFree(self):          ukey = re.search(self.__pattern__, self.pyfile.url).group(1) | 
