Debloat channels.cr into multiple files (#2225)

Cherry picked from ui overhaul branch with a few modifications:
  - channel folder is renamed to channels
  - parsing for channel home and featured channels are removed due to
    lack of infrastructure from other commits

(cherry picked from commit 44d18b8e14)
This commit is contained in:
syeopite 2021-07-14 08:46:12 -07:00 committed by GitHub
parent b633f8d207
commit ae61662f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 961 additions and 963 deletions

View file

@ -27,6 +27,7 @@ require "compress/zip"
require "protodec/utils"
require "./invidious/helpers/*"
require "./invidious/*"
require "./invidious/channels/*"
require "./invidious/routes/**"
require "./invidious/jobs/**"