mirror of
https://github.com/iv-org/invidious
synced 2024-11-14 15:13:30 +01:00
More linting
This commit is contained in:
parent
b49ed65a07
commit
45b8f6d0cd
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user