mirror of
https://github.com/iv-org/invidious.git
synced 2025-03-13 01:16:41 -04:00
missing ,
This commit is contained in:
parent
5e6cee62d0
commit
568081b6bf
@ -696,8 +696,8 @@ module YoutubeAPI
|
||||
|
||||
begin
|
||||
invidious_companion = CONFIG.invidious_companion.sample
|
||||
response = make_client(invidious_companion.private_url, use_http_proxy: false &.post(endpoint, headers: headers, body: data.to_json)
|
||||
)
|
||||
response = make_client(invidious_companion.private_url, use_http_proxy: false,
|
||||
&.post(endpoint, headers: headers, body: data.to_json))
|
||||
body = response.body
|
||||
if (response.status_code != 200)
|
||||
raise Exception.new(
|
||||
|
Loading…
x
Reference in New Issue
Block a user