I was wondering if there is a way when I am quering the api for videos to exclude those who have advertisments.

Also I would like to filter out the videos that are not available for my location which might change according to the user.

link|improve this question

feedback

1 Answer

This is a good question, I am trying to also look for a way to return videos that do not have ads but have not found any good advice or solution. I am displaying videos in a Flash AS2 player and just apply a listener to the video and listen for the Error event -

When I get these error codes I display some feedback to the user. The follwing is from the API documentation - here

This event is fired when an error in the player occurs. The possible error codes are 2, 100, 101, and 150:

The 2 error code is broadcast when a request contains an invalid

parameter. For example, this error occurs if you specify a video ID that does not have 11 characters, or if the video ID contains invalid characters, such as exclamation points or asterisks. The 100 error code is broadcast when the video requested is not found. This occurs when a video has been removed (for any reason), or it has been marked as private. The 101 error code is broadcast when the video requested does not allow playback in the embedded players. The error code 150 is the same as 101, it's just 101 in disguise!

Its not an answer but it helps inform users of the problem

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.