diff options
author | spoob <spoob@gmx.de> | 2009-11-10 22:35:44 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-11-10 22:35:44 +0100 |
commit | 3ddb6aef1bfbe1a8684c22a1afca2a87f3a830d1 (patch) | |
tree | 14253774263963918f40c8fda361aacf65d4184f /module/plugins/RapidshareCom.py | |
parent | netload checksum check (diff) | |
download | pyload-3ddb6aef1bfbe1a8684c22a1afca2a87f3a830d1.tar.xz |
better uploaded pattern
Diffstat (limited to 'module/plugins/RapidshareCom.py')
-rw-r--r-- | module/plugins/RapidshareCom.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/RapidshareCom.py b/module/plugins/RapidshareCom.py index 7eeddf007..63570c566 100644 --- a/module/plugins/RapidshareCom.py +++ b/module/plugins/RapidshareCom.py @@ -25,7 +25,6 @@ class RapidshareCom(Plugin): self.html_old = None #time() where loaded the HTML self.time_plus_wait = None #time() + wait in seconds self.want_reconnect = False - self.read_config() if self.config['premium']: self.multi_dl = True @@ -161,7 +160,6 @@ class RapidshareCom(Plugin): #if (self.html_old + 5 * 60) < time(): # nach einiger zeit ist die file_url nicht mehr aktuell # self.download_serverhtml() - try: if self.api_data and self.api_data["mirror"]: return self.api_data["mirror"] |