ycdl/frontends/ycdl_flask/backend/endpoints
Ethan Dalool 4911cee910 Use generators instead of lists for loading / searching videos.
Previously, creating the list meant that all database rows would be
loaded and objected even if you had a limit in place on your page
query, which was a huge waste.
2020-07-01 17:54:36 -07:00
..
__init__.py
basic_endpoints.py
channel_endpoints.py Use generators instead of lists for loading / searching videos. 2020-07-01 17:54:36 -07:00
video_endpoints.py