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