summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-01-13 21:22:29 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2010-01-13 21:22:29 +0100
commit8fd337815ce73a3b44dc0fa0a913c3d3efea09bb (patch)
tree7be5e1b5a29781b69e901d136a761b53963e0a57 /module/plugins/hoster
parentqueue template + view (diff)
downloadpyload-8fd337815ce73a3b44dc0fa0a913c3d3efea09bb.tar.xz
fix
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/RapidshareCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RapidshareCom.py b/module/plugins/hoster/RapidshareCom.py
index 10654e5c8..e0ea06f8e 100644
--- a/module/plugins/hoster/RapidshareCom.py
+++ b/module/plugins/hoster/RapidshareCom.py
@@ -113,7 +113,7 @@ class RapidshareCom(Plugin):
return
fields = src.split("\n")
premkbleft = int(fields[19].split("=")[1])
- if premkbleft < int(self.api_data["size"][0:-3]):
+ if False and premkbleft < int(self.api_data["size"][0:-3]):
self.logger.info("Rapidshare: Not enough traffic left")
self.config["premium"] = False
else: