module Invidious::Routes::API::V1::Channels
Defined in:
invidious/routes/api/v1/channels.crClass Method Summary
-
.channel_comments_redirect(env)
301 redirect from /api/v1/channels/comments/:ucid and /api/v1/channels/:ucid/comments to new /api/v1/channels/:ucid/community and corresponding equivalent URL structure of the other one.
- .community(env)
- .home(env)
- .latest(env)
- .playlists(env)
- .search(env)
- .videos(env)
Class Method Detail
def self.channel_comments_redirect(env)
#
301 redirect from /api/v1/channels/comments/:ucid and /api/v1/channels/:ucid/comments to new /api/v1/channels/:ucid/community and corresponding equivalent URL structure of the other one.