about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAge
* feat(cli): Add an explicit `subs export` subcommandBenedikt 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
* refactor(cli): Remove the useless `concurrent_processes` flag from `update`Benedikt Peetz2024-08-22
* fix(update): Propagate the logging options to the `update_raw.py` scriptBenedikt Peetz2024-08-22
* fix(watch/events): Also mark a video inactive on the stop eventBenedikt Peetz2024-08-22
* fix(constants): Don't set a default subtile languageBenedikt Peetz2024-08-22
* fix(update): Correctly treat a success as a successBenedikt Peetz2024-08-22
* fix(subscriptions/add): Ignore the trailing slash on URLsBenedikt Peetz2024-08-22
* fix(storage/get_videos): Also order by `publish_date`Benedikt Peetz2024-08-22
* feat(select/file): Allow `--priority` argument to all functionsBenedikt Peetz2024-08-22
* feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz2024-08-22
* test(benches/update): InitBenedikt Peetz2024-08-22
* perf(raw_update.py)!: Don't fetch entries that are already in the databaseBenedikt Peetz2024-08-22
* docs(yt_dlp/lib): Improve some commentsBenedikt Peetz2024-08-21
* fix(select/duration): Also parse `[No Duration]` as durationBenedikt Peetz2024-08-21
* fix(update): Use the `raw_update.py` from the pathBenedikt Peetz2024-08-21
* style(treewide): Reformat v0.1.0Benedikt Peetz2024-08-21
* chore: Initial CommitBenedikt Peetz2024-08-21