mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Formatting
This commit is contained in:
parent
4fc1b8ae86
commit
456e91426a
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ module Invidious::Videos
|
|||
if item.name == "body"
|
||||
item.children.each do |cue|
|
||||
if cue.name == "p" && !(cue.children.size == 1 && cue.children[0].content == "\n")
|
||||
cues << cue
|
||||
cues << cue
|
||||
end
|
||||
end
|
||||
break
|
||||
|
@ -56,8 +56,8 @@ module Invidious::Videos
|
|||
|
||||
END_VTT
|
||||
|
||||
result << "\n\n"
|
||||
|
||||
result << "\n\n"
|
||||
|
||||
cues.each_with_index do |node, i|
|
||||
start_time = node["t"].to_f.milliseconds
|
||||
|
||||
|
|
Loading…
Reference in a new issue