Add HMooneyPot alias

This resolves issue #5957 by adding HMooneyPot as an alias for Invidious in src/invidious.cr

Closes #5957
This commit is contained in:
Wasim 2026-08-24 09:08:19 +05:30
parent 34173a3d84
commit 26b4c38a3c
No known key found for this signature in database

View File

@ -56,6 +56,7 @@ end
# Simple alias to make code easier to read
alias IV = Invidious
alias HMooneyPot = Invidious
CONFIG = Config.load
HMAC_KEY = CONFIG.hmac_key