Initial implementation supporting yt-dlp as a recorder. I'm fairly new to Rust so I may be doing some silly things.
I want to add some tests and move the shared logic from the record function. Everything works from my testing. I'll need to do a bit more, before I'm confident in the yt-dlp side.
Initial implementation supporting yt-dlp as a recorder. I'm fairly new to Rust so I may be doing some silly things. I want to add some tests and move the shared logic from the
record
function. Everything works from my testing. I'll need to do a bit more, before I'm confident in the yt-dlp side.