diff options
| author | remitamine <remitamine@gmail.com> | 2015-09-18 22:09:33 +0100 | 
|---|---|---|
| committer | remitamine <remitamine@gmail.com> | 2015-09-18 22:09:33 +0100 | 
| commit | 1d67c9664099c261b7752cb56773e423d410fae6 (patch) | |
| tree | 3ac57e3c72e79e6431126ed0547c53e67aac765a | |
| parent | d1c694ea4ad75eb14e02e27ba6db5be95a598f21 (diff) | |
[shahid] fix api request url
| -rw-r--r-- | youtube_dl/extractor/shahid.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/shahid.py b/youtube_dl/extractor/shahid.py index 6e9903d5e..3fd545373 100644 --- a/youtube_dl/extractor/shahid.py +++ b/youtube_dl/extractor/shahid.py @@ -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']] | 
