Add support for channel handles (#3591)

This commit is contained in:
Samantaz Fox 2023-01-26 06:58:20 +01:00
commit 3b8e6c6040
No known key found for this signature in database
GPG Key ID: F42821059186176E
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ module Invidious::Routing
get "/c/:user#{path}", Routes::Channels, :brand_redirect
# /user/linustechtips | Not always the same as /c/
get "/user/:user#{path}", Routes::Channels, :brand_redirect
# /@LinusTechTips | Handle
get "/@:user#{path}", Routes::Channels, :brand_redirect
# /attribution_link?a=anything&u=/channel/UCZYTClx2T1of7BRZ86-8fow
get "/attribution_link#{path}", Routes::Channels, :brand_redirect
# /profile?user=linustechtips