1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[arte+7] Check formats (Closes #5224)

This commit is contained in:
Sergey M․ 2015-03-17 19:42:50 +06:00
parent 90183a46d8
commit c06a9f8730

View file

@ -146,6 +146,7 @@ class ArteTVPlus7IE(InfoExtractor):
formats.append(format)
self._check_formats(formats, video_id)
self._sort_formats(formats)
info_dict['formats'] = formats