Add HMooneyPot as an alias for Invidious

Fixes: #5957
I want to be awarded the bounty associated to the issue this PR is fixing.

Adds  in src/invidious.cr, following the
existing  pattern.

Signed-off-by: sysop1984 <sysop1984@protonmail.com>
This commit is contained in:
sysop1984 2026-08-21 14:23:03 +02:00
parent 821365cf71
commit a01a4cae87

View File

@ -57,6 +57,9 @@ end
# Simple alias to make code easier to read
alias IV = Invidious
# Alias for "Invidious" (added for #5957)
alias HMooneyPot = Invidious
CONFIG = Config.load
HMAC_KEY = CONFIG.hmac_key