index
:
yt
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
/
main.rs
(
unfollow
)
Commit message (
Expand
)
Author
2024-08-24
fix(treewide): Always display bytes in a formatted way through `Bytes`
Benedikt Peetz
2024-08-24
feat(cli/selectCommand/file): Allow re-use of the previous selection file
Benedikt Peetz
2024-08-24
feat(cli/config): Show the currently active configuration
Benedikt Peetz
2024-08-24
feat(videos): Allow limiting the number of videos to show
Benedikt Peetz
2024-08-23
feat(videos): Init
Benedikt Peetz
2024-08-23
fix(cli/verbosity): Simplify setting the default level
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(treewide): Use a configuration file
Benedikt Peetz
2024-08-23
feat(cli): Add an explicit `subs export` subcommand
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
feat(download): Support limiting the downloader by maximal cache size
Benedikt Peetz
2024-08-22
test(benches/update): Init
Benedikt Peetz