Add YouTube
This commit is contained in:
parent
ea242955d9
commit
5bdee66207
12 changed files with 214 additions and 1 deletions
|
|
@ -19,6 +19,8 @@ urlpatterns: list[URLPattern | URLResolver] = [
|
|||
path(route="twitch/", view=include("twitch.urls", namespace="twitch")),
|
||||
# Kick app
|
||||
path(route="kick/", view=include("kick.urls", namespace="kick")),
|
||||
# YouTube app
|
||||
path(route="youtube/", view=include("youtube.urls", namespace="youtube")),
|
||||
]
|
||||
|
||||
# Serve media in development
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue