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

javascript - Feed FileReader from server side files -

java - How to create your own button and Use it with Scene Builder for javafx -

c++ - Drawing a circle in directx 9 -