mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
Direct links fail with 403, fallback on f4m for now until further investigations.
This commit is contained in:
parent
8f3b5397a7
commit
2399535fd1
@ -58,7 +58,7 @@ def _extract_video(self, video_id, catalogue):
|
||||
formats.append({
|
||||
'url': video_url,
|
||||
'format_id': format_id,
|
||||
'preference': 2,
|
||||
'preference': -1,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user