Zibbp / ganymede

Twitch VOD and Live Stream archiving platform. Includes a rendered and real-time chat for each archive.
https://github.com/Zibbp/ganymede
GNU General Public License v3.0
402 stars 23 forks source link

Kick support #311

Open NothingTV opened 9 months ago

NothingTV commented 9 months ago

Is it planned to support kick.com Streams in the future? I saw that Twitch Downloader kinda supports it? But things like streamlink doesn't, I guess that will be an issue.

Zibbp commented 8 months ago

Hi, I investigated implementing Kick a few months ago and came to the conclusion that Kick's APIs were still non-existent in some places. Maybe that's change in the past few months, I know they did not have chat playback on VODs but it appears they do now. Their API is still not public which is the primary reason I haven't invested much in trying to implement it. The private APIs will likely change with no notice as the site grows which is very annoying to constantly update.

Once the APIs are more stable and the public API is released I'll look at implement Kick again.