Can I search for YouTube videos in their signature language?

It is not possible to do this directly on YouTube, so I wondered if there is a way to do this through the API? On a website you can simply filter video with captions, but if you want to search for videos with French captions, for example, you cannot.

Many thanks.

+5
source share
1 answer

This seems impossible:

caption The caption parameter allows you to limit the search for videos that have or do not have tracks with an inscription: only for video requests that have captions, set the caption parameter to true. For example, the URL below will retrieve videos with captions that match the search query "surfing":

https://gdata.youtube.com/feeds/api/videos?q=surfing&caption&v=2 : API , caption, .

, , false. , URL- , "":

https://gdata.youtube.com/feeds/api/videos?q=surfing&caption=false&v=2. API HTTP 400, , true false.

: https://developers.google.com/youtube/2.0/developers_guide_protocol#captionsp

0

All Articles