mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:53:16 +01:00
- removing unused method
This commit is contained in:
parent
4d75c363a7
commit
2adf91f94f
@ -78,13 +78,6 @@ def _real_extract(self, url):
|
|||||||
"formats": formats
|
"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):
|
def _real_initialize(self):
|
||||||
self._login()
|
self._login()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user