aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/nrk.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/nrk.py')
-rw-r--r--yt_dlp/extractor/nrk.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/yt_dlp/extractor/nrk.py b/yt_dlp/extractor/nrk.py
index fcbafe418..7eb5b21cb 100644
--- a/yt_dlp/extractor/nrk.py
+++ b/yt_dlp/extractor/nrk.py
@@ -58,8 +58,7 @@ class NRKBaseIE(InfoExtractor):
return self._download_json(
urljoin('https://psapi.nrk.no/', path),
video_id, note or 'Downloading %s JSON' % item,
- fatal=fatal, query=query,
- headers={'Accept-Encoding': 'gzip, deflate, br'})
+ fatal=fatal, query=query)
class NRKIE(NRKBaseIE):