ycdl/frontends/ycdl_flask
Ethan Dalool 718399806a Add channel_name to videos before returning them, show on listings.
Previously, when viewing a /videos listing, there was a link
called (Chan) to bring you to the channel page, but since videos
only carried author_id and not author_name it was always kind of
ugly. This will inject that attribute on the way out.
I know, this would be more properly written as an SQL join in the
first place, but my row-dict conversion isn't set up for that and
I'm planning on converting this all to object-based returns instead
of dicts soon.
2020-04-03 08:49:35 -07:00
..
backend Fix typo googleapicliet -> googleapiclient. 2020-03-28 17:07:18 -07:00
static It's been a while 2017-10-08 21:39:07 -07:00
templates Add channel_name to videos before returning them, show on listings. 2020-04-03 08:49:35 -07:00
ycdl_flask_launch.py Rename ycdl_flask.py to common.py. 2020-03-28 16:56:06 -07:00