rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
249 stars 170 forks source link

Fix failure when like / dislike counts missing from JSON #141

Closed andyeff closed 8 years ago

andyeff commented 8 years ago

When a video has no likes or dislikes (e.g. https://www.youtube.com/watch?v=ZR6wok7g7do), the JSON object returned is missing the likeCount and dislikeCount keys from the statistics dict.

andyeff commented 8 years ago

Good point! Thingy updated.

rmmh commented 8 years ago

thanks!