forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
d0975e48a1
commit
da5560ed36
1 changed files with 6 additions and 6 deletions
|
@ -145,12 +145,12 @@ Config.CompletRedirect = {
|
||||||
["kick"] = function(url, time, volume)
|
["kick"] = function(url, time, volume)
|
||||||
return "https://proxy.rcore.cz/kick.html?url=" .. url .. "&volume=" .. ((volume or 30) / 100)
|
return "https://proxy.rcore.cz/kick.html?url=" .. url .. "&volume=" .. ((volume or 30) / 100)
|
||||||
end,
|
end,
|
||||||
--["youtube"] = function(url, time, volume)
|
["youtube"] = function(url, time, volume)
|
||||||
-- return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
|
return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
|
||||||
--end,
|
end,
|
||||||
--["youtu.be"] = function(url, time, volume)
|
["youtu.be"] = function(url, time, volume)
|
||||||
-- return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
|
return "https://rco.re/product/television/v2.html?url=" .. url .. "&volume=" .. (volume or 30) .. "&time=" .. (time or 0)
|
||||||
--end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- will get called each second because I have not found better way.
|
-- will get called each second because I have not found better way.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue