View Single Post
ישן 12-08-12, 00:40   # 8
Itay
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 564

Itay לא מחובר  

ציטוט:
נכתב במקור על ידי xPerfection צפה בהודעה
בכל מקרה אני מניח שאתה יכול להתחיל מכאן: http://gdata.youtube.com/feeds/api/v...&q=sFJW-yDWldM
ובהתחשב ב-
קוד:
"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' />
נראה לי שקיבלת את התשובה (גם אם היא לא באמת עוזרת במשהו..)

Last edited by Itay; 12-08-12 at 00:42..
  Reply With Quote