switch to innertube API for about channels (#2255)

This commit is contained in:
Émilien Devos
2021-08-13 01:00:26 +02:00
committed by GitHub
parent f2b69fd812
commit 12b46bbd41
6 changed files with 9 additions and 43 deletions

View File

@@ -34,7 +34,6 @@ module Invidious::Routes::Channels
sort_by ||= "newest"
count, items = get_60_videos(channel.ucid, channel.author, page, channel.auto_generated, sort_by)
items.reject! &.paid
end
templated "channel"