Youtube fixes
Fix
- The wrong id was being copied for youtube livestreams #52
Bug notice in youtube api for youtube users
There seems to be some bug with the youtube api at the time of writing this which is visible from youtube's api explorer.
To see for yourself:
- Go here and scroll down on the right panel "Try this API": https://developers.google.com/youtube/v3/docs/search/list?apix_params=%7B%22part%22%3A%22snippet%22%2C%22eventType%22%3A%22live%22%2C%22maxResults%22%3A25%2C%22type%22%3A%22video%22%7D
- Execute the query to see the list of live channels
- Copy a channel id of any of the results and put that into the channel id field of the form
- Execute the query and you'll get no result returned
Livestream monitor wont return results until youtube fix their api.