summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RapidshareCom.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-05-07 15:39:28 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-05-07 15:39:28 +0200
commitf5a65922f5272c8cb5630d462725534e7d72d7db (patch)
treed7b4c01cea505911531b5ac944d7483441a0b797 /module/plugins/hoster/RapidshareCom.py
parentmodified hookmanager (diff)
downloadpyload-f5a65922f5272c8cb5630d462725534e7d72d7db.tar.xz
better cookie handling, rapidshare fix
Diffstat (limited to 'module/plugins/hoster/RapidshareCom.py')
-rw-r--r--module/plugins/hoster/RapidshareCom.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/RapidshareCom.py b/module/plugins/hoster/RapidshareCom.py
index da38d4b3a..6f7283d2f 100644
--- a/module/plugins/hoster/RapidshareCom.py
+++ b/module/plugins/hoster/RapidshareCom.py
@@ -178,9 +178,9 @@ class RapidshareCom(Hoster):
return self.url.split("/")[-1]
def proceed(self, url, location):
- #if self.config['premium']:
- # data = self.account.getAccountData(self)
- # self.req.add_auth(data[0], data[1])
+ if self.config['premium']:
+ data = self.account.getAccountData(self)
+ self.req.add_auth(data[0], data[1])
self.download(url, location, cookies=True)
def check_file(self, local_file):