I am using python and the gdata library to parse the info of a youtube video. My code is this:
yt_service = gdata.youtube.service.YouTubeService()
entry = yt_service.GetYouTubeVideoEntry(video_id='someid')
but in the entry.rating
or entry.statistics
there is no likes/dislikes
Where can I get that info from?