-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allows yt-dlp usage as another youtube-dl fork #90
Conversation
How about instead of having one feature / yt-dl backend we could expose a compile-time env variable (using |
for me personally it's more handy to depend with feature, easier than making build script involving env variable for that features = [ "yt-dlp"
, "serenity-rustls"
, "driver"
, "gateway"
] another possibility is to allow override/provide path to |
Note that build scripts for env vars won't be necessary as of 1.56 (source). |
I discussed this with Mawa on Discord: I think the best fix either now or later is to have a `ytdl_like` function which allows the user to also specify an executable. This is probably preferable to a feature explosion with all these forks...
…-- Kyle
On 27 Aug 2021, at 14:44, Vilgot Fredenberg ***@***.***> wrote:
Note that build scripts for env vars won't be necessary as of 1.56 (source).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
@FelixMcFelix mawa is me, I didn't understood idea with |
Signed-off-by: Miezhiko <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies it's been so long to get to this. This is simple enough for now; I'm not fond of this design in the long run, so I'd like to change/deprecate it on next
before long to something more generic.
Allows yt-dlp usage
https://github.com/yt-dlp/yt-dlp