about summary refs log tree commit diff stats
path: root/src/storage/video_database (follow)
Commit message (Expand)AuthorAge
* refactor(storage/downloader): Remove unused `get_next_video_watchable`Benedikt Peetz2024-08-23
* fix(storage/downloader): Sort the next videos to be downloaded like in the se...Benedikt Peetz2024-08-23
* fix(storage/schema.sql): Tell SQLite to perform type-checkingBenedikt Peetz2024-08-22
* refactor(storage/getters): Inline an Option re-creation with `map`Benedikt Peetz2024-08-22
* fix(storage/setters): Avoid writing a literal "NULL" string into the dbBenedikt Peetz2024-08-22
* refactor(storage): Make all URL parsings panicBenedikt Peetz2024-08-22
* fix(storage/get_videos): Also order by `publish_date`Benedikt Peetz2024-08-22
* feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz2024-08-22
* chore: Initial CommitBenedikt Peetz2024-08-21