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
/
package
(
unfollow
)
Commit message (
Collapse
)
Author
2025-06-16
build(package/package.nix): Update to the new build requirements
Benedikt Peetz
2025-02-22
fix(package): Update to account for modifications in `mkdb.sh`
Benedikt Peetz
2025-02-16
refactor(treewide): Remove all references of the now obsolete update_raw.py
Benedikt Peetz
2025-02-14
fix(package/blake3): Migrate to the new `fetchCargoVendor` fetcher
Benedikt Peetz
This is necessary, because the old `fetchCargoTarball` fetcher, has become not reproducible because of `cargo` changes.
2024-11-04
build(tree-sitter-yts): Include in builds
Benedikt Peetz
2024-10-14
test(treewide): Fix, so they compile and ignore
Benedikt Peetz
The tests are just not in an ideal state right now. Running them via `cargo test` still works, but the `yt_dlp` test simply seem to deadlock?
2024-08-22
fix(package): Actually provide the blake3 library to the python interpreter
Benedikt Peetz
2024-08-22
chore(treewide): Add missing license
Benedikt Peetz
2024-08-22
build(package): Include python `blake3` dependency
Benedikt Peetz