1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-15 23:32:25 +02:00

- removing unused method

This commit is contained in:
Hugo Alves De Azevedo 2020-08-28 10:03:13 -03:00
parent 4d75c363a7
commit 2adf91f94f

View File

@ -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()