Youtube v3 API video language -


when uploading videos on youtube, there video language field can set. there way use v3 api query field specific video?

not video language. have 3 choices sort of close:

you can search location -- limit results videos within radius of coordinates specify (there's locationradius parameter customize radius is).

you can search region code, limits results videos uploaded particular country.

you can search relevancelanguage -- here, put in language, , rank results based on relevance language. in cases works language-based searching, in other cases may videos, not in language set here, highly relevant returned anyway (for example, if set relevancelanguge ko korean, , included search query of 'taylor swift,' you'll mixture of korean videos relevant term things vevo music videos).


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -