mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
Videos: use intermediary variable when using CONFIG.po_token
This commit is contained in:
parent
2d18ff1f80
commit
e319c35f09
@ -115,7 +115,10 @@ struct Video
|
||||
|
||||
n = DECRYPT_FUNCTION.try &.decrypt_nsig(params["n"])
|
||||
params["n"] = n if n
|
||||
params["pot"] = CONFIG.po_token if CONFIG.po_token
|
||||
|
||||
if token = CONFIG.po_token
|
||||
params["pot"] = token
|
||||
end
|
||||
|
||||
params["host"] = url.host.not_nil!
|
||||
if region = self.info["region"]?.try &.as_s
|
||||
|
Loading…
Reference in New Issue
Block a user