For some videos, YouTube site would say, Video not available in my country. Is it possible to check using YouTube data APIs or some other way, which country this particular video is allowed ?
How to check for which country a youtube video is allowed?
Asked Answered
Check this link. You can use the contentDetails.regionRestriction
property of the video.
Example : https://www.googleapis.com/youtube/v3/videos?part=contentDetails&id=tDDAa1If-u4&key={YOUR_API_KEY}
This site will provide information about the countries the video is restricted.
Please do not post link-only answers. Any relevant information from the link should be summarized within your answer. –
Highlander
Check this link. You can use the contentDetails.regionRestriction
property of the video.
Example : https://www.googleapis.com/youtube/v3/videos?part=contentDetails&id=tDDAa1If-u4&key={YOUR_API_KEY}
© 2022 - 2024 — McMap. All rights reserved.