diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-18 21:11:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-18 21:11:22 +0200 |
commit | cb8c5992af74e3c6562f2e5f0a828b5223779d85 (patch) | |
tree | 45c62f97ec546182a26921520d6ca5c38f6668bc /Plugins/UploadedTo.py | |
parent | py load file get now plugin_name (diff) | |
download | pyload-cb8c5992af74e3c6562f2e5f0a828b5223779d85.tar.xz |
Er downloaded jetzt eine Rapidshare Datei, wait muss aber noch implementiert werden. Alle status informationen und sonstiges sind ungetestet
Diffstat (limited to 'Plugins/UploadedTo.py')
-rw-r--r-- | Plugins/UploadedTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/UploadedTo.py b/Plugins/UploadedTo.py index 0a3b7ef71..dad5db3a9 100644 --- a/Plugins/UploadedTo.py +++ b/Plugins/UploadedTo.py @@ -20,7 +20,7 @@ class UploadedTo(Plugin): pluginProp ['author_email'] = "spoob@gmx.de" self.pluginProp = pluginProp self.parent = parent - self.html = "" + self.html = None self.html_old = None #time() where loaded the HTML self.time_plus_wait = None #time() + wait in seconds |