Convert playlist page to flask framework

This commit is contained in:
James Taylor
2019-07-04 18:08:14 -07:00
parent 1c724f4f28
commit d105d4520f
5 changed files with 135 additions and 148 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
from youtube import watch, search, playlist
import settings