Skip to content

Youtube fixes

Compare
Choose a tag to compare
@laurencee laurencee released this 15 Sep 08:50
· 29 commits to master since this release

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:

  1. 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
  2. Execute the query to see the list of live channels
  3. Copy a channel id of any of the results and put that into the channel id field of the form
  4. Execute the query and you'll get no result returned

Livestream monitor wont return results until youtube fix their api.