Update CI

This commit is contained in:
Fijxu
2024-11-05 00:11:10 -03:00
parent b953dc1ce7
commit 91c9cd45a4
3 changed files with 5 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ module Invidious::Routes::Watch
)
begin
video_url = "https://#{URI.parse(fmt_stream[0]["url"].to_s).query_params["host"]}#{fmt_stream[0]["url"].to_s}"
video_url = fmt_stream[0]["url"].to_s
rescue
video_url = nil
end