Replies: 1 comment 1 reply
-
|
Hi. Don't think I want to include this in the core repository, but you're welcome to make a Go wrapper of this library in a separate repo. You can include this repo as a git submodule if it makes it easier to stay up to date that way. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
as I currently need a library like YoutubeExplode for my personal project but in Go. I researched a little and thought about building this library as a shared library and then using it through bindings with other languages.
I think this library would fit the best for that purpose because it just works™️ and it is especially good maintained.
Building it using
created a shared library with the size of about 1.5 MiB which is acceptable in my opinion.
If there is any interest or support for this idea I will happily send the PRs 😄
Also needed some minor patches before publishing:
Beta Was this translation helpful? Give feedback.
All reactions