index
:
yt
this commit
prime
A fully featured command line YouTube client
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
*
fix(cli/verbosity): Simplify setting the default level
Benedikt Peetz
2024-08-23
*
style(treewide): Format
Benedikt Peetz
2024-08-23
*
fix(cli): Always log with a verbosity of at least WARN
Benedikt Peetz
2024-08-23
*
fix(treewide): Actually use the values from the config
Benedikt Peetz
2024-08-23
*
feat(watch/events): Add further understood script-messages
Benedikt Peetz
2024-08-23
*
fix(storage/setters): Enforce status invariants
Benedikt Peetz
2024-08-23
*
feat(treewide): Use a configuration file
Benedikt Peetz
2024-08-23
*
refactor(cli): Replace the byte parser with the one from the `bytes` crate
Benedikt Peetz
2024-08-23
*
refactor(storage/downloader): Remove unused `get_next_video_watchable`
Benedikt Peetz
2024-08-23
*
fix(storage/downloader): Sort the next videos to be downloaded like in the se...
Benedikt Peetz
2024-08-23
*
feat(cli): Add an explicit `subs export` subcommand
Benedikt Peetz
2024-08-23
*
fix(storage/schema.sql): Tell SQLite to perform type-checking
Benedikt Peetz
2024-08-22
*
refactor(storage/getters): Inline an Option re-creation with `map`
Benedikt Peetz
2024-08-22
*
fix(storage/setters): Avoid writing a literal "NULL" string into the db
Benedikt Peetz
2024-08-22
*
refactor(storage): Make all URL parsings panic
Benedikt Peetz
2024-08-22
*
refactor(cli): Remove the useless `concurrent_processes` flag from `update`
Benedikt Peetz
2024-08-22
*
fix(update): Propagate the logging options to the `update_raw.py` script
Benedikt Peetz
2024-08-22
*
fix(watch/events): Also mark a video inactive on the stop event
Benedikt Peetz
2024-08-22
*
fix(constants): Don't set a default subtile language
Benedikt Peetz
2024-08-22
*
fix(update): Correctly treat a success as a success
Benedikt Peetz
2024-08-22
*
fix(subscriptions/add): Ignore the trailing slash on URLs
Benedikt Peetz
2024-08-22
*
fix(storage/get_videos): Also order by `publish_date`
Benedikt Peetz
2024-08-22
*
feat(select/file): Allow `--priority` argument to all functions
Benedikt Peetz
2024-08-22
*
feat(download): Support limiting the downloader by maximal cache size
Benedikt Peetz
2024-08-22
*
test(benches/update): Init
Benedikt Peetz
2024-08-22
*
perf(raw_update.py)!: Don't fetch entries that are already in the database
Benedikt Peetz
2024-08-22
*
docs(yt_dlp/lib): Improve some comments
Benedikt Peetz
2024-08-21
*
fix(select/duration): Also parse `[No Duration]` as duration
Benedikt Peetz
2024-08-21
*
fix(update): Use the `raw_update.py` from the path
Benedikt Peetz
2024-08-21
*
style(treewide): Reformat
v0.1.0
Benedikt Peetz
2024-08-21
*
chore: Initial Commit
Benedikt Peetz
2024-08-21