[NRK] Remove explicit Accept-Encoding header that invites Brotli
Fixes #31285
This commit is contained in:
parent
d35557a75d
commit
22127b271c
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,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):
|
||||
|
|
Loading…
Reference in a new issue