tags:

views:

7

answers:

0

I am using a URL like this to get videos from the YouTube API.

http://gdata.youtube.com/feeds/api/videos/-/golfballs?v=2&orderby=viewCount

I want all videos with a tag golfballs exactly.

This seems to get videos that are tagged with golfballs within the tag. For example, I am getting videos with the tag golfballs.com, and not tagged with a golfballs tag at all.

I am trying to follow the relevant part of the Developer Guide.

Is there a way to tell the API I want the exact tag only?

Thanks