Update adobepass.py

This commit is contained in:
Sipherdrakon 2025-05-29 00:45:41 -04:00 committed by GitHub
parent 325ee6e7f1
commit ff325ec76c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
})