YouTube API v3 filtering embeddable videos

冷暖自知 提交于 2019-12-04 13:47:33

问题


In YouTube API v3 documentation there are parameters like regionCode, videoEmbeddable, videoSyndicated. But it seems none of them are working properly. I want to exclude VEVO videos from my search results. So it should be possible with videoEmbeddable='true' parameter. But this parameter makes no difference to my search results.

Using API v2 I could remove VEVO vidoes by adding the parameter format=5 but this parameter is not available in v3.

Does anyone know how to do this using v3?


回答1:


When you do a search->list, you can set videoSyndicated to true.




回答2:


Try adding &type=video&videoEmbeddable=true although this might be the same as the previous solution, it worked for. You might have a more specific problem, as if seems.



来源:https://stackoverflow.com/questions/19175720/youtube-api-v3-filtering-embeddable-videos

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!