1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-21 07:10:06 +02:00

[orf:tvthek] Check formats (Closes #8580)

This commit is contained in:
Sergey M․ 2016-02-16 22:23:38 +06:00
parent f4db09178a
commit e277f2a63b

View File

@ -112,6 +112,7 @@ class ORFTVthekIE(InfoExtractor):
% geo_str),
fatal=False)
self._check_formats(formats, video_id)
self._sort_formats(formats)
upload_date = unified_strdate(sd['created_date'])