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

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

php - Prepared Statement Inner Join Cannot Pass Parameter by Reference -

c# - Value cannot be null or empty.\r\nParameter name: name -