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
/
download
(
unfollow
)
Commit message (
Collapse
)
Author
2024-08-25
refactor(treewide): Conform to `cargo clippy`
Benedikt Peetz
2024-08-25
fix(downloader): Fallback to calculating the video size, before using ↵
Benedikt Peetz
hardcoded value
2024-08-25
fix(downloader): Remove useless logs
Benedikt Peetz
2024-08-25
fix(downloader): Be smarter, when checking for available cache
Benedikt Peetz
2024-08-24
fix(download): Don't fail hard, when a video file size can't be approximated
Benedikt Peetz
2024-08-24
fix(treewide): Always display bytes in a formatted way through `Bytes`
Benedikt Peetz
2024-08-24
feat(status): Also show the cache usage
Benedikt Peetz
2024-08-24
feat(downloader): Display the sizes, when waiting for a cache size reduction
Benedikt Peetz
2024-08-23
feat(treewide): Use a configuration file
Benedikt Peetz
This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.
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-21
style(treewide): Reformat
v0.1.0
Benedikt Peetz