1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 13:24:40 -04:00
This commit is contained in:
pukkandan
2022-01-21 07:49:03 +05:30
parent 311b6615d8
commit b1156c1e59

View File

@@ -145,7 +145,7 @@ std_headers = {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'Accept-Encoding': 'gzip, deflate',
'Accept-Language': 'en-us,en;q=0.5',
'Sec-Fetch-Mode': 'same-origin',
'Sec-Fetch-Mode': 'navigate',
}