YouTube API v3 filtering embeddable videos

2019-03-21 07:34发布

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?

2条回答
【Aperson】
2楼-- · 2019-03-21 08:11

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.

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-03-21 08:20

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

查看更多
登录 后发表回答