mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-21 00:25:42 +07:00
- removing unused method
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user