diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-02 02:49:26 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-02 02:49:26 +0100 |
commit | ea58af3c625d90aec6becfd943289e42e4a71a9a (patch) | |
tree | edcd4d1ed44b3a7efd887ceed90c99173004b863 /module/plugins/hoster/SimplydebridCom.py | |
parent | [MultiHook] Store account type (diff) | |
download | pyload-ea58af3c625d90aec6becfd943289e42e4a71a9a.tar.xz |
Code cosmetics
Diffstat (limited to 'module/plugins/hoster/SimplydebridCom.py')
-rw-r--r-- | module/plugins/hoster/SimplydebridCom.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/module/plugins/hoster/SimplydebridCom.py b/module/plugins/hoster/SimplydebridCom.py index 5e6b47efc..8211d40d4 100644 --- a/module/plugins/hoster/SimplydebridCom.py +++ b/module/plugins/hoster/SimplydebridCom.py @@ -17,12 +17,6 @@ class SimplydebridCom(MultiHoster): __authors__ = [("Kagenoshin", "kagenoshin@gmx.ch")] - def setup(self): - self.resumeDownload = True - self.multiDL = True - self.chunkLimit = 1 - - def handlePremium(self): #fix the links for simply-debrid.com! self.link = self.pyfile.url |