mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-11 07:10:30 +00:00
- removing unused method
This commit is contained in:
parent
4d75c363a7
commit
2adf91f94f
@ -78,13 +78,6 @@ def _real_extract(self, url):
|
||||
"formats": formats
|
||||
}
|
||||
|
||||
def extract_output_format(src):
|
||||
return {
|
||||
'url': src.get('link'),
|
||||
'manifest_url': src.get('linkWebm'),
|
||||
'format': src.get('quality')
|
||||
}
|
||||
|
||||
def _real_initialize(self):
|
||||
self._login()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user