No description
Find a file
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
frontends Add channel_name to videos before returning them, show on listings. 2020-04-03 08:49:35 -07:00
utilities main should return args.func(args) value. 2020-02-08 17:20:27 -08:00
ycdl Add channel_name to videos before returning them, show on listings. 2020-04-03 08:49:35 -07:00
README.md checkpoint 2016-11-28 20:16:16 -08:00
requirements.txt Changes 2018-12-17 19:17:53 -08:00
ycdl_logo.svg Add ycdl_logo.svg. 2020-01-19 10:51:54 -08:00

Youtube Channel Downloader

You are responsible for your own bot.py file, containing a variable YOUTUBE_KEY.