diff options
| author | 2011-12-27 12:33:10 +0100 | |
|---|---|---|
| committer | 2011-12-27 12:33:10 +0100 | |
| commit | 6e64aee6efdbd0ccf7d2d53418fbfaa0765300ef (patch) | |
| tree | 018d600e5772ee259c8687fef0c8504f3055f9f9 /module/plugins/hoster | |
| parent | closed #476 (diff) | |
| download | pyload-6e64aee6efdbd0ccf7d2d53418fbfaa0765300ef.tar.xz | |
some account fixes
Diffstat (limited to 'module/plugins/hoster')
| -rw-r--r-- | module/plugins/hoster/RapidshareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RapidshareCom.py b/module/plugins/hoster/RapidshareCom.py index f3011a488..a4a72eb53 100644 --- a/module/plugins/hoster/RapidshareCom.py +++ b/module/plugins/hoster/RapidshareCom.py @@ -132,7 +132,7 @@ class RapidshareCom(Hoster): self.handleFree() def handlePremium(self): - info = self.account.getAccountInfo(self.user, True) + info = self.account.getAccountInfo(True) self.log.debug("%s: Use Premium Account" % self.__name__) url = self.api_data["mirror"] self.download(url, get={"directstart":1}) |
