Browse Source

[shahid] fix api request url

totalwebcasting
remitamine 9 years ago
parent
commit
1d67c96640
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/shahid.py

+ 1
- 1
youtube_dl/extractor/shahid.py View File

@ -81,7 +81,7 @@ class ShahidIE(InfoExtractor):
compat_urllib_parse.urlencode({
'apiKey': 'sh@hid0nlin3',
'hash': 'b2wMCTHpSmyxGqQjJFOycRmLSex+BpTK/ooxy6vHaqs=',
}).encode('utf-8')),
})),
video_id, 'Downloading video JSON')
video = video[api_vars['playerType']]


Loading…
Cancel
Save