mirror of
https://github.com/iv-org/invidious
synced 2024-11-13 22:53:34 +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
|
||||
|
||||
if caption_xml.starts_with?("<?xml")
|
||||
webvtt =caption.timedtext_to_vtt(caption_xml,tlang)
|
||||
webvtt = caption.timedtext_to_vtt(caption_xml, tlang)
|
||||
else
|
||||
caption_xml = XML.parse(caption_xml)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user