Videos: use intermediary variable when using CONFIG.po_token

This commit is contained in:
Samantaz Fox 2024-08-13 20:56:09 +02:00
parent 2d18ff1f80
commit e319c35f09
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -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