parent
29f63c9672
commit
ed807c1837
12 changed files with 98 additions and 285 deletions
|
|
@ -58,7 +58,7 @@ class NRKBaseIE(InfoExtractor):
|
|||
|
||||
def _call_api(self, path, video_id, item=None, note=None, fatal=True, query=None):
|
||||
return self._download_json(
|
||||
urljoin('http://psapi.nrk.no/', path),
|
||||
urljoin('https://psapi.nrk.no/', path),
|
||||
video_id, note or 'Downloading %s JSON' % item,
|
||||
fatal=fatal, query=query,
|
||||
headers={'Accept-Encoding': 'gzip, deflate, br'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue