[extractor] Deprecate _sort_formats
This commit is contained in:
parent
784320c98c
commit
9f14daf22b
579 changed files with 69 additions and 918 deletions
|
|
@ -95,7 +95,6 @@ class TrovoIE(TrovoBaseIE):
|
|||
'tbr': stream_info.get('bitrate'),
|
||||
'http_headers': self._HEADERS,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
info = {
|
||||
'id': program_id,
|
||||
|
|
@ -222,7 +221,6 @@ class TrovoVodIE(TrovoBaseIE):
|
|||
'url': play_url,
|
||||
'http_headers': self._HEADERS,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
category = vod_info.get('categoryName')
|
||||
get_count = lambda x: int_or_none(vod_info.get(x + 'Num'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue