We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys !
I was thinking it would be nice to add support to generate podcasts from more sites, and specially Rumble.com and Odysee.com.
I was thinking maybe I could re-use some of the existing YouTube/SoundCloud/Vimeo builders and create the builders for Rumble and Odysee.
The problem is that it seems like so far every builder is using a Go library that is basically an API client built specifically for each sites:
I've been searching a bit and I can't seems to find a Golang API client library for Rumble.com or Odysee.
But I've found something that might support Rumble, along with other sites: https://github.com/tenta-browser/go-video-downloader
It seems like adding a builder using go-video-downloader could allow to support a lot of new sites.
go-video-downloader
Do you guys think that this could work ?
How much work should we expect for such functionality ?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey guys !
I was thinking it would be nice to add support to generate podcasts from more sites, and specially Rumble.com and Odysee.com.
I was thinking maybe I could re-use some of the existing YouTube/SoundCloud/Vimeo builders and create the builders for Rumble and Odysee.
The problem is that it seems like so far every builder is using a Go library that is basically an API client built specifically for each sites:
I've been searching a bit and I can't seems to find a Golang API client library for Rumble.com or Odysee.
But I've found something that might support Rumble, along with other sites: https://github.com/tenta-browser/go-video-downloader
It seems like adding a builder using
go-video-downloader
could allow to support a lot of new sites.Do you guys think that this could work ?
How much work should we expect for such functionality ?
Thanks
The text was updated successfully, but these errors were encountered: