ציטוט:
נכתב במקור על ידי xPerfection
|
ובהתחשב ב-
קוד:
"syndicate":"denied"
שמופיע שם, ומה שכתוב פה:
http://apiblog.youtube.com/2011/12/u...trictions.html
ציטוט:
5. Other Restrictions not Currently Exposed via the API
There are even more subtle restrictions that occasionally come into play. Not all of these are currently queryable via the API. For instance, some videos are only playable on a certain set of domains. As I mentioned above, the only foolproof way to know if a user has access to watch a video is to have them try watching it.
Going back to the video above, you might be wondering why it won’t play. If you look at its video entry:
http://gdata.youtube.com/feeds/api/v...ettyprint=true
you’ll see that it’s blocked in all countries:
<media:restriction type='country' relationship='deny'>
BD BE BF...
</media:restriction>
Furthermore, both syndication and embedding are disallowed:
<yt:accesscontrol action='embed' permission='denied' />
<yt:accesscontrol action='syndicate' permission='denied' />
|
נראה לי שקיבלת את התשובה (גם אם היא לא באמת עוזרת במשהו..)