mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-06 17:03:46 +00:00
[ie/patreon] Fix m3u8 formats extraction
Authored by: bashonly
This commit is contained in:
parent
415b4c9f95
commit
e4ec8d95be
@ -379,7 +379,8 @@ class PatreonIE(PatreonBaseIE):
|
||||
'url': post_file['url'],
|
||||
})
|
||||
elif name == 'video' or determine_ext(post_file.get('url')) == 'm3u8':
|
||||
formats, subtitles = self._extract_m3u8_formats_and_subtitles(post_file['url'], video_id)
|
||||
formats, subtitles = self._extract_m3u8_formats_and_subtitles(
|
||||
post_file['url'], video_id, headers=headers)
|
||||
entries.append({
|
||||
'id': video_id,
|
||||
'formats': formats,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user