Bluegrams / YoutubeDLSharp

A simple .NET wrapper library for youtube-dl and yt-dlp
BSD 3-Clause "New" or "Revised" License
173 stars 30 forks source link

Support custom arguments #4

Closed TheMulti0 closed 3 years ago

TheMulti0 commented 3 years ago

Hi there! I've been using this library and I'm very pleased.

However I have recently started using yt-dlp instead of youtube-dl (by just giving this library the path to yt-dlp instead of youtube-dl binary), and given this fork has arguments not supported in youtube-dl I would love to have the option to pass custom string arguments.

Thanks!

alxnull commented 3 years ago

Hi @TheMulti0, this makes a lot of sense, will try to implement it. Maybe it also makes sense to support yt-dlp directly in the longer term as this seems to be the much more active project.

TheMulti0 commented 3 years ago

Hi @TheMulti0, this makes a lot of sense, will try to implement it. Maybe it also makes sense to support yt-dlp directly in the longer term as this seems to be the much more active project.

Yo, I'd love if you will add the hacktoberfest topic to the repo and then I'll implement that feature :)