[Streams] Add kick.com streams support (#6547)

Co-authored-by: palmtree5 <3577255+palmtree5@users.noreply.github.com>
This commit is contained in:
Predä
2026-05-17 07:18:40 +02:00
committed by GitHub
parent de11f52c41
commit 5659bad5d8
3 changed files with 282 additions and 16 deletions
+4
View File
@@ -27,6 +27,10 @@ class InvalidYoutubeCredentials(StreamsError):
pass
class InvalidKickCredentials(StreamsError):
pass
class YoutubeQuotaExceeded(StreamsError):
pass