Browse Source

[toggle] Style

totalwebcasting
Sergey M․ 9 years ago
parent
commit
74c730174f
1 changed files with 10 additions and 4 deletions
  1. +10
    -4
      youtube_dl/extractor/togglesg.py

+ 10
- 4
youtube_dl/extractor/togglesg.py View File

@ -94,11 +94,17 @@ class ToggleSgIE(InfoExtractor):
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…
Cancel
Save