mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[toggle] Style
This commit is contained in:
parent
c82a8dd14c
commit
74c730174f
@ -94,11 +94,17 @@ def _real_extract(self, url):
|
||||
params = {
|
||||
'initObj': {
|
||||
'Locale': {
|
||||
'LocaleLanguage': '', 'LocaleCountry': '',
|
||||
'LocaleDevice': '', 'LocaleUserState': 0
|
||||
'LocaleLanguage': '',
|
||||
'LocaleCountry': '',
|
||||
'LocaleDevice': '',
|
||||
'LocaleUserState': 0
|
||||
},
|
||||
'Platform': 0, 'SiteGuid': 0, 'DomainID': '0', 'UDID': '',
|
||||
'ApiUser': api_user, 'ApiPass': api_pass
|
||||
'Platform': 0,
|
||||
'SiteGuid': 0,
|
||||
'DomainID': '0',
|
||||
'UDID': '',
|
||||
'ApiUser': api_user,
|
||||
'ApiPass': api_pass
|
||||
},
|
||||
'MediaID': video_id,
|
||||
'mediaType': 0,
|
||||
|
Loading…
Reference in New Issue
Block a user