diff options
Diffstat (limited to 'module/plugins/hoster/FileserveCom.py')
-rw-r--r-- | module/plugins/hoster/FileserveCom.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/module/plugins/hoster/FileserveCom.py b/module/plugins/hoster/FileserveCom.py index 8086437a8..9b853dc3c 100644 --- a/module/plugins/hoster/FileserveCom.py +++ b/module/plugins/hoster/FileserveCom.py @@ -53,14 +53,12 @@ class FileserveCom(Hoster): LONG_WAIT_PATTERN = r"You need to wait (\d+) seconds to start another download"
def init(self):
+ self.multiDL = False
if self.account:
self.premium = self.account.getAccountInfo(self.user)["premium"]
if not self.premium:
- self.multiDL = False
self.resumeDownload = False
self.chunkLimit = 1
- else:
- self.multiDL = False
def process(self, pyfile):
self.checkFile()
@@ -178,4 +176,4 @@ class FileserveCom(Hoster): else:
self.correctCaptcha()
break
-
\ No newline at end of file +
|