1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates/archivr-core/src
TheGeneralist 0ea61a29a1
fix(core): ignore per_item_quality for YTM playlist items
YouTube Music playlists force child_quality = Some("audio") because
yt-dlp can't download DRM-free audio-only tracks any other way. The
previous per_item_quality lookup could override this with e.g. "best",
defeating the invariant. Guard the lookup behind !is_audio so YTM items
are always downloaded as audio regardless of what the caller sends.
2026-07-20 22:47:37 +02:00
..
downloader feat(core): playlist per-item quality + incremental sync 2026-07-20 22:34:10 +02:00
archive.rs fix(core)+test: propagate sync query errors; cover new playlist/sync functions 2026-07-20 22:38:56 +02:00
capture.rs fix(core): ignore per_item_quality for YTM playlist items 2026-07-20 22:47:37 +02:00
database.rs feat(tags): revamp tags tab (#29) 2026-07-19 11:02:57 +02:00
hash.rs feat(fonts): hash_bytes, get_blob_by_sha256, font_extractor module 2026-06-25 16:02:57 +02:00
lib.rs feat: browser capture button (Track 4) 2026-06-22 22:18:44 +02:00
twitter.rs feat: add db and multi-archive web UI foundation (#8) 2026-06-14 00:27:16 +02:00