shughes-uk / python-youtubechat

provides a simple client library for the youtube live streaming chat api
53 stars 17 forks source link

fixed get_live_chat_id_for_stream_now #12

Closed CarterMoody closed 3 years ago

CarterMoody commented 3 years ago

Here: https://developers.google.com/youtube/v3/live/docs/liveBroadcasts/list

in the get_live_chat_id_for_stream_now function within ytchat.py I had to change the param 'default' to 'mine' and now the function works as intended.