Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/pluralsight.py
|
|
@ -213,7 +213,7 @@ query viewClip { |
|
|
|
def _get_subtitles(self, author, clip_idx, lang, name, duration, video_id): |
|
|
|
captions_post = { |
|
|
|
'a': author, |
|
|
|
'cn': clip_idx, |
|
|
|
'cn': int(clip_idx), |
|
|
|
'lc': lang, |
|
|
|
'm': name, |
|
|
|
} |
|
|
|