Convert comments to flask framework

This commit is contained in:
James Taylor
2019-07-19 22:27:10 -07:00
parent b854dab314
commit 8cad77ad0d
7 changed files with 249 additions and 320 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
from youtube import watch, search, playlist, channel, local_playlist, comments
import settings