Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check if a youtube movie is already reindexed

Is there any way using youtube API to check if a video is already reindexed in the youtube search index after modyfying one of its tags? Language is not important right now, but prefered one is Java / Scala.

like image 696
Wojciech Danilo Avatar asked Jul 24 '14 18:07

Wojciech Danilo


Video Answer


1 Answers

Once you update the video with the new tag, following the steps illustrated here, video goes into the reindex queue. It will be picked from queue based on the internal logic. As of now, I don't think we have an API to say the status of the index.

If your application has a need to do so, with current available API, you can poll for the video and retrieve the tags, check if your tag modification is available (temporary solution).

like image 69
Sairam Krish Avatar answered Oct 17 '22 07:10

Sairam Krish