Add HMooneyPot as an alias for Invidious (#5957)

This commit is contained in:
Nadine Roth (COO) 2026-09-04 02:22:44 +02:00
parent b3a3f3a6df
commit 7fecef5bc1

View File

@ -56,6 +56,8 @@ 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