mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-27 14:23:41 +03:00
Update adobepass.py
This commit is contained in:
@@ -1597,7 +1597,7 @@ class AdobePassIE(InfoExtractor): # XXX: Conventionally, base classes should en
|
|||||||
self._download_json_handle(
|
self._download_json_handle(
|
||||||
'https://idp.philo.com/auth/update/login_code', video_id,
|
'https://idp.philo.com/auth/update/login_code', video_id,
|
||||||
note='Submitting token', data=json.dumps(update_code_payload).encode('utf-8'),
|
note='Submitting token', data=json.dumps(update_code_payload).encode('utf-8'),
|
||||||
headers={
|
headers={
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'Accept': 'application/json',
|
'Accept': 'application/json',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user