mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-15 00:01:09 -05:00
Direct links fail with 403, fallback on f4m for now until further investigations.
This commit is contained in:
@@ -58,7 +58,7 @@ class FranceTVBaseInfoExtractor(InfoExtractor):
|
|||||||
formats.append({
|
formats.append({
|
||||||
'url': video_url,
|
'url': video_url,
|
||||||
'format_id': format_id,
|
'format_id': format_id,
|
||||||
'preference': 2,
|
'preference': -1,
|
||||||
})
|
})
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user