Closed nick42d closed 2 months ago
Just a small one, logging it whilst I remember.
Would be nice if Video::new_with_options() would take VideoOptions by reference.
Video::new_with_options()
I am storing my VideoOptions in a struct so I can re-use it when running concurrent downloads.
Happy to take a look and raise a PR if there are no technical issues.
There don't seem to be any technical problems. You can raise PR.
Just a small one, logging it whilst I remember.
Would be nice if
Video::new_with_options()
would take VideoOptions by reference.I am storing my VideoOptions in a struct so I can re-use it when running concurrent downloads.
Happy to take a look and raise a PR if there are no technical issues.