|
|
@ -139,12 +139,11 @@ class DRTVIE(InfoExtractor):
|
|
|
|
return
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
token_response = self._download_json(
|
|
|
|
token_response = self._download_json(
|
|
|
|
'https://production.dr-massive.com/api/authorization/anonymous-sso', None,
|
|
|
|
'https://isl.dr-massive.com/api/authorization/anonymous-sso', None,
|
|
|
|
note='Downloading anonymous token', headers={
|
|
|
|
note='Downloading anonymous token', headers={
|
|
|
|
'content-type': 'application/json',
|
|
|
|
'content-type': 'application/json',
|
|
|
|
}, query={
|
|
|
|
}, query={
|
|
|
|
'device': 'web_browser',
|
|
|
|
'device': 'phone_android',
|
|
|
|
'ff': 'idp,ldp,rpt',
|
|
|
|
|
|
|
|
'lang': 'da',
|
|
|
|
'lang': 'da',
|
|
|
|
'supportFallbackToken': 'true',
|
|
|
|
'supportFallbackToken': 'true',
|
|
|
|
}, data=json.dumps({
|
|
|
|
}, data=json.dumps({
|
|
|
|