mirror of
https://github.com/l1ving/youtube-dl
synced 2024-11-20 22:52:55 +08:00
[pluralsight] Fix subtitles extraction (closes #17671)
This commit is contained in:
parent
8fd12a0831
commit
c17e100b96
@ -213,7 +213,7 @@ query viewClip {
|
|||||||
def _get_subtitles(self, author, clip_idx, lang, name, duration, video_id):
|
def _get_subtitles(self, author, clip_idx, lang, name, duration, video_id):
|
||||||
captions_post = {
|
captions_post = {
|
||||||
'a': author,
|
'a': author,
|
||||||
'cn': clip_idx,
|
'cn': int(clip_idx),
|
||||||
'lc': lang,
|
'lc': lang,
|
||||||
'm': name,
|
'm': name,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user