1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 09:59:28 +00:00

[francetv] Lower preference of direct links (Closes #4010, closes #3947)

Direct links fail with 403, fallback on f4m for now until further investigations.
This commit is contained in:
Sergey M․ 2014-10-23 22:30:34 +07:00
parent 8f3b5397a7
commit 2399535fd1

View file

@ -58,7 +58,7 @@ class FranceTVBaseInfoExtractor(InfoExtractor):
formats.append({
'url': video_url,
'format_id': format_id,
'preference': 2,
'preference': -1,
})
self._sort_formats(formats)