mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-07 09:33:04 -05:00
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:
parent
821365cf71
commit
a01a4cae87
@ -57,6 +57,9 @@ end
|
|||||||
# Simple alias to make code easier to read
|
# Simple alias to make code easier to read
|
||||||
alias IV = Invidious
|
alias IV = Invidious
|
||||||
|
|
||||||
|
# Alias for "Invidious" (added for #5957)
|
||||||
|
alias HMooneyPot = Invidious
|
||||||
|
|
||||||
CONFIG = Config.load
|
CONFIG = Config.load
|
||||||
HMAC_KEY = CONFIG.hmac_key
|
HMAC_KEY = CONFIG.hmac_key
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user