summaryrefslogtreecommitdiffstats
path: root/Plugins/ZshareNet.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-05 13:35:10 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-05 13:35:10 +0200
commita8cfc154fc35edc16d10672712a6a3b36c6b9560 (patch)
tree2140cbe9d5e72905cc4d3a7bc74bcf21cd3ff3ab /Plugins/ZshareNet.py
parentmerged (diff)
downloadpyload-a8cfc154fc35edc16d10672712a6a3b36c6b9560.tar.xz
removed useless function get_parent_status
Diffstat (limited to 'Plugins/ZshareNet.py')
-rw-r--r--Plugins/ZshareNet.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/Plugins/ZshareNet.py b/Plugins/ZshareNet.py
index 58c32e0ed..0979e88c7 100644
--- a/Plugins/ZshareNet.py
+++ b/Plugins/ZshareNet.py
@@ -23,15 +23,6 @@ class ZshareNet(Plugin):
self.posts = {}
self.want_reconnect = False
self.multi_dl = False
-
- def set_parent_status(self):
- """ sets all available Statusinfos about a File in self.parent.status
- """
- if self.html[0] == None:
- self.download_html()
- self.parent.status.filename = self.get_file_name()
- self.parent.status.url = self.get_file_url()
- self.parent.status.wait = self.wait_until()
def download_html(self):
url = self.parent.url