]> jfr.im git - yt-dlp.git/commitdiff
Fix d14cbdd92d8bbb9deedc77da80085b0280ae52bb
authorpukkandan <redacted>
Fri, 21 Jan 2022 02:19:03 +0000 (07:49 +0530)
committerpukkandan <redacted>
Fri, 21 Jan 2022 02:19:03 +0000 (07:49 +0530)
yt_dlp/utils.py

index 89e1ca7fd65bc475ce3268c4c75fa06964e594f1..0defe83e800d1dca7f24f50e6613936c1936f1c5 100644 (file)
@@ -145,7 +145,7 @@ def random_user_agent():
     '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',
 }