mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-04 17:34:32 +01:00
[shahid] fix api request url
This commit is contained in:
parent
d1c694ea4a
commit
1d67c96640
@ -81,7 +81,7 @@ class ShahidIE(InfoExtractor):
|
|||||||
compat_urllib_parse.urlencode({
|
compat_urllib_parse.urlencode({
|
||||||
'apiKey': 'sh@hid0nlin3',
|
'apiKey': 'sh@hid0nlin3',
|
||||||
'hash': 'b2wMCTHpSmyxGqQjJFOycRmLSex+BpTK/ooxy6vHaqs=',
|
'hash': 'b2wMCTHpSmyxGqQjJFOycRmLSex+BpTK/ooxy6vHaqs=',
|
||||||
}).encode('utf-8')),
|
})),
|
||||||
video_id, 'Downloading video JSON')
|
video_id, 'Downloading video JSON')
|
||||||
|
|
||||||
video = video[api_vars['playerType']]
|
video = video[api_vars['playerType']]
|
||||||
|
Loading…
Reference in New Issue
Block a user