youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit e277f2a63b836c774009c8f6c8e45a7867159b73
parent f4db09178a2c531005a3502a497b8dbf0bfe20e2
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 16 Feb 2016 22:23:38 +0600

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

Diffstat:
Myoutube_dl/extractor/orf.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py @@ -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'])