CLI utility to ingest embedded json metadata from yt-dlp downloads to a SQLite database file
yt-dlp
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Enable lto on release builds

0xBA5E64 b956ee68 200b24bd

+3
+3
Cargo.toml
··· 7 7 license = "GPLv3" 8 8 edition = "2024" 9 9 10 + [profile.release] 11 + lto = true 12 + 10 13 [dependencies] 11 14 anyhow = "1.0.102" 12 15 clap = { version = "4.6.1", features = ["derive"] }