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/Plugin.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/Plugin.py')
-rw-r--r-- | Plugins/Plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/Plugin.py b/Plugins/Plugin.py index 591d32594..933c72004 100644 --- a/Plugins/Plugin.py +++ b/Plugins/Plugin.py @@ -19,7 +19,7 @@ class Plugin(): pluginProp ['author_email'] = "nn@nn.de" self.pluginProp = pluginProp self.parent = parent - self.html = "" + self.html = None self.time_plus_wait = None #time() + wait in seconds def set_parent_status(self): @@ -46,7 +46,7 @@ class Plugin(): self.download_html() def get_file_name(self): - pass + raise NotImplementedError def wait_until(self): if self.html != None: |