mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Merge 5404179338
into 7df97fb59f
This commit is contained in:
commit
20fdd2df2b
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class YoutubeIE(InfoExtractor):
|
|||
end = "%02i:%02i:%02i,%03i" %(end/(60*60), end/60%60, end%60, end%1*1000)
|
||||
caption = unescapeHTML(caption)
|
||||
caption = unescapeHTML(caption) # double cycle, intentional
|
||||
srt += str(n) + '\n'
|
||||
srt += str(n+1) + '\n'
|
||||
srt += start + ' --> ' + end + '\n'
|
||||
srt += caption + '\n\n'
|
||||
return srt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue