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

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

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