How to check for which country a youtube video is allowed? -


for videos, youtube site say, video not available in country. possible check using youtube data apis or other way, country particular video allowed ?

check link. can use contentdetails.regionrestriction property of video.

example : https://www.googleapis.com/youtube/v3/videos?part=contentdetails&id=tddaa1if-u4&key={your_api_key}


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -