[extractor] Deprecate _sort_formats
This commit is contained in:
parent
784320c98c
commit
9f14daf22b
579 changed files with 69 additions and 918 deletions
|
|
@ -150,8 +150,6 @@ class MedalTVIE(InfoExtractor):
|
|||
'An unknown error occurred ({0}).'.format(error),
|
||||
video_id=video_id)
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
# Necessary because the id of the author is not known in advance.
|
||||
# Won't raise an issue if no profile can be found as this is optional.
|
||||
author = traverse_obj(api_response, ('pageProps', 'profile')) or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue