mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 23:25:42 +07:00
[twitcasting] Pass headers for each formats (#3568)
Authored by: Lesmiscore
This commit is contained in:
@@ -187,6 +187,7 @@ def find_dmu(x):
|
||||
infodict = {
|
||||
# No problem here since there's only one manifest
|
||||
'formats': formats,
|
||||
'http_headers': self._M3U8_HEADERS,
|
||||
}
|
||||
else:
|
||||
infodict = {
|
||||
|
||||
Reference in New Issue
Block a user