diff options
Diffstat (limited to 'Plugins/YoutubeCom.py')
-rw-r--r-- | Plugins/YoutubeCom.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Plugins/YoutubeCom.py b/Plugins/YoutubeCom.py index 0d5a2bf6d..0d738d52d 100644 --- a/Plugins/YoutubeCom.py +++ b/Plugins/YoutubeCom.py @@ -18,15 +18,6 @@ class YoutubeCom(Plugin): self.props = props self.parent = parent self.html = None - - def set_parent_status(self): - """ sets all available Statusinfos about a File in self.parent.status - """ - if self.html == 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 |