mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-22 03:49:18 +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(
|
||||
'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',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user