Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Wrapper for other languages #11691
Wrapper for other languages #11691
Comments
|
Out of the scope for a pure Python project. Of course you can write one or improving existing projects and advertise your results here. In general, two approach for writing a wrapper:
The first approach is easier to write, while the second approach provides more flexibility. |
What is the purpose of your issue?
Description
Are there any (usable) binding to other languages of
yt-dl, specifically C#?I want to get buffered video, either by streaming directly or to a file, and use that in a C# application. Right now, the only option seems to run the CLI tool. Is there any other way?
Is this even a good enough approach? The end goal here is to be able to play the stream or file in the app. So, calling the CLI with so many options can get messy(needs to be x-platform), a nice and clean API (may be a DLL) would be nice. If one doesn't exists, I'm eager to take up the initiative if someone can guide through the workings of yt-dl.
PS: There's this, but outdated.😞