SMAPPNYU / youtube-data-api

A Python Client for collect and parse public data from the Youtube Data API
https://youtube-data-api.readthedocs.io/en/latest/index.html
MIT License
79 stars 31 forks source link

What does get_comments return when a video has comments disabled? #15

Open yinleon opened 5 years ago

yinleon commented 5 years ago

Hit the API to return comments for a video that has zero comments, and one that has comments disabled.

Do we change backend code when we hit the API?