about summary refs log tree commit diff stats
path: root/crates/yt_dlp/src/post_processors/mod.rs (follow)
Commit message (Collapse)AuthorAge
* chore(treewide): Assure that `nix fmt` and `reuse lint` are happyBenedikt Peetz5 days
|
* fix(yt_dlp/post_processors): Register in pythonBenedikt Peetz5 days
| | | | | | | | | | | We need to tell yt_dlp about our post processors, as they would otherwise not take full effect. For example, changing the title would previously only have changed the title in the *in-memory* info json, the actual file on disk (video and .info.json) would still have the old title, as yt_dlp did not know about our post processor. Registering it via their api also has the upside of being able to determine when to run.
* chore(treewide): Add missing copyright headersBenedikt Peetz6 days
|
* feat(yt_dlp): Support a DeArrow post processorBenedikt Peetz6 days