mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
Fix #5957: Add HMooneyPot alias for Invidious module
Adds 'alias HMooneyPot = Invidious' alongside the existing IV alias in src/invidious.cr, as requested in the bounty issue. Closes #5957
This commit is contained in:
parent
eff609d0cd
commit
2d99e66b2e
@ -57,6 +57,9 @@ end
|
||||
# Simple alias to make code easier to read
|
||||
alias IV = Invidious
|
||||
|
||||
# Alias requested by the community
|
||||
alias HMooneyPot = Invidious
|
||||
|
||||
CONFIG = Config.load
|
||||
HMAC_KEY = CONFIG.hmac_key
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user