DailyMotion video says geo-restricted but API says no geoblocking. What is happening here? - dailymotion-api

DailyMotion video: https://www.dailymotion.com/video/kO0LNAXij6uFmerLQta states it is geo-restricted.
But in the API explorer there are no geoblocking entries.
What am I missing? If a video is geo restricted how do I determine that using the video id through the API?

Your video is not geoblocked by your configuration.
The geoblock is due to the copyright content policy.
You can check our Copyright & content policies here: Version en-us Version fr.
Please contact the support for any claim: Contact form

Related

can i upload new movies on youtube with out copy right issue

I Wanna upload New released Movies On My YouTube Channel So I Had done it but my video was blocked due to copyright issue.
According To Me "I Had Connected Google Ad Sence With My Channel. That's Why I Think My Video Was Blocked".Is It Is True?
Can Some Body help Me In my Problem?
Thanks
Youtube has a complex copyright tracking system called ContentID. It is an automated system that matches your content against a database of copyrighted material. If your video is flagged by the system, you will receive a notice and an opportunity to dispute the flag but your content may be monetized or blocked if you do not win that appeal.
There was a property used for the status object contains information about the video's uploading, processing, and privacy statuses:
status.rejectionReason string
This value explains why YouTube rejected an uploaded video. This
property is only present if the uploadStatus property indicates that
the upload was rejected.
Valid values for this property are:
claim
copyright
duplicate
inappropriate
legal
length
termsOfUse
trademark
uploaderAccountClosed
uploaderAccountSuspended
Here is the Developer Policies using Youtube API.

Get list copyrighted video in youtube

When a video on Youtube was Includes copyrighted content flag in the video manager. I want get list that videos with some information such as "CONTENT","CLAIMANT","POLICY". What i would like to know is if Youtube's or Google's API can give us this same information?
Thanks,
You can check the contentDetails.licensedContent:
Indicates whether the video represents licensed content, which means that the content was uploaded to a channel linked to a YouTube content partner and then claimed by that partner.
It is also provided in this related SO post, there is also no parameters who the claimant is or policy.
Hope this helps.

How to check copyright status of livestreaming

I'm livestreaming an event and I use some songs from other author. The live video now show the Youtube logo because youtube detect the copyright. The question is can I get the copyright status of video through Youtube API ? So I can stop the song before youtube stop my stream ?
You may want to check the docs regarding the contentDetails, as stated you can use contentDetails.licensedContent to check if the video is copyrighted:
Indicates whether the video represents licensed content, which means that the content was uploaded to a channel linked to a YouTube content partner and then claimed by that partner.
Hope this helps.

How to only find videos that can be played on mobile?

Does YouTube data API still not support this feature?
I have been trying to find a way for more than a few months already, and there doesn't seem to be a reliable way to retrieve a list of video that can be absolutely played without restrictions on a certain device. An answer from a person who's involved in the team would be VERY appreciated.
Youtube API: Search videos playable on mobile devices might be relevant, but I am skeptical whether this approach can be used to solve "The content owner prohibited this video to be played on this platform" type of restrictions.
Update:
On Nov, 7, 2015, there is still no way to filter the videos that are playable on a mobile device. More specifically, I want to find the videos that are playable on an embedded iFrame (ex. iOS helper library) using the YouTube data api v3. The available params for a search query are listed here.
You can find various search parameter listed in YouTube API v2.0 – API Query Parameters like license, restriction, paid_content that can help filter videos that are restricted for such specific reason. Also, if you can use YouTube API v3.0 there is one more option videoSyndicated that will restrict a search to only videos that can be played outside youtube.com.

YouTube video API and Content ID

Is possible to find out (using the YouTube API) if a video is monetized by the copyright holder with Content ID?
Thanks
It is not possible to determine that from either the Data or Player API.

Resources