Convert subscriptions page to flask framework

This commit is contained in:
James Taylor
2019-08-10 00:09:03 -07:00
parent 2e75c6d960
commit 163814d35c
4 changed files with 161 additions and 178 deletions

View File

@@ -6,7 +6,7 @@ from youtube import yt_app
from youtube import util
# these are just so the files get run - they import yt_app and add routes to it
from youtube import watch, search, playlist, channel, local_playlist, comments, post_comment
from youtube import watch, search, playlist, channel, local_playlist, comments, post_comment, subscriptions
import settings