gaurav jain
gaurav jain

Reputation: 1345

is there an alternate way to get video tags/keywords in youtube api

based on http://youtubecreator.blogspot.com/2012/08/tags-removed-from-video-watch-pages.html, youtube has made media:keywords element empty in youtube api as well.

However, it is important for my application to scan through the tags/keywords. Is there an alternate solution for me to get the tags/keywords for a video?

Upvotes: 1

Views: 251

Answers (1)

Jeff Posnick
Jeff Posnick

Reputation: 56034

This blog post gives information relevant to developers: http://apiblog.youtube.com/2012/08/video-tags-just-for-uploaders.html

You can get the tags if you're authenticated as the owner of the video. Otherwise, no, it's not currently possible.

Upvotes: 1

Related Questions