[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
1 changed files with 1 additions and 0 deletions

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