|
|
@ -92,7 +92,7 @@ module Invidious::Routes::API::V1::Videos
|
|
|
|
caption_xml = YT_POOL.client &.get(url).body
|
|
|
|
caption_xml = YT_POOL.client &.get(url).body
|
|
|
|
|
|
|
|
|
|
|
|
if caption_xml.starts_with?("<?xml")
|
|
|
|
if caption_xml.starts_with?("<?xml")
|
|
|
|
webvtt =caption.timedtext_to_vtt(caption_xml,tlang)
|
|
|
|
webvtt = caption.timedtext_to_vtt(caption_xml, tlang)
|
|
|
|
else
|
|
|
|
else
|
|
|
|
caption_xml = XML.parse(caption_xml)
|
|
|
|
caption_xml = XML.parse(caption_xml)
|
|
|
|
|
|
|
|
|
|
|
|