Hmmm, I'm seeing a media:price (actually, two of them) when I request
http://gdata.youtube.com/feeds/api/videos/RLw6hBFJ8bk?v=2&prettyprint=true&key=DEVELOPER_KEY
 Are you using the Python client library, and by extension, v=1 of the
API? I don't think media:price data is meant to be included in v=1
responses, only newer v=2 responses. You can add alt=json to the
request and use urllib2 to fetch easily-parseable JSON data manually
if you need to get that information and process it in Python.
Cheers,
-Jeff Posnick, YouTube API Team
groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
@YouTubeDev
On Mar 15, 7:56 pm, Costin Scurtea <cosc...@gmail.com> wrote:
> Hello,
>
> In one of recent posts on youtube bloghttp://apiblog.youtube.com/2011/12/understanding-playback-restriction...
> , it says that:
>
> 4. Rentals
>
>
>
> > Some YouTube videos are rentals. You can tell that they are rentals
> > because they have a media:price<http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_a...>tag:
>
> > <media:price type='rent' price='1.99' currency='USD' yt:duration='PT2592000S' />
>
> > Note that the media:price tag is only included in the response if you use
> > a developer key <http://code.google.com/apis/youtube/dashboard/> in the
> > query. If you are building a non-browser based YouTube application where it
> > would be impossible for the user to rent a video, you might want to filter
> > out the rentals. You can do that by passing the parameter
> > paid-content=false<http://code.google.com/apis/youtube/2.0/developers_guide_protocol_api...>
> > .
>
> I am unable to find this tags in the calls that im making. Maybe Im doing
> the wrong query...
>
> The movie I have tested with:http://www.youtube.com/watch?v=RLw6hBFJ8bk
>
> Here is my python code:
>
> yt_service = gdata.youtube.service.YouTubeService()
> yt_service.developer_key = settings.YOUTUBE_DEVELOPER_KEY
> yt_service.debug = True
> feed = yt_service.GetYouTubeVideoResponseEntry(
> 'http://gdata.youtube.com/feeds/videos/RLw6hBFJ8bk')
>
> I can see that the developer key is sent in the header, but the response
> does not contain the media:price tag
>
> <?xml version='1.0' encoding='UTF-8'?>
> <entry xmlns='http://www.w3.org/2005/Atom'xmlns:app=
> 'http://purl.org/atom/app#'xmlns:media='http://search.yahoo.com/mrss/'
> xmlns:gd='http://schemas.google.com/g/2005'xmlns:yt=
> 'http://gdata.youtube.com/schemas/2007'>
>     <id>http://gdata.youtube.com/feeds/videos/RLw6hBFJ8bk</id>
>     <published>2011-04-20T00:14:56.000Z</published>
>     <updated>2012-03-06T20:50:09.000Z</updated>
>     <app:control>
>         <app:draft>yes</app:draft>
>         <yt:state name='restricted' reasonCode='requesterRegion'>This video
> is not available in your region.</yt:state>
>     </app:control>
>     <category scheme='http://schemas.google.com/g/2005#kind'term=
> 'http://gdata.youtube.com/schemas/2007#video'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/categories.cat'
> term='Movies' label='Movies'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='The'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Shawshank'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Redemption'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Morgan'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Freeman'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Tim'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Robbins'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Bob'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Gunton'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Clancy'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Brown'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='William'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Sadler'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Jeffrey'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='De'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Munn'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Gil'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Bellows'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Mark'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Rolston'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Frank'/>
>     <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
> term='Darabont'/>
>     <title type='text'>The Shawshank Redemption</title>
>     <content type='html'><div style="color: #000000;font-family: Arial,
> Helvetica, sans-serif;     font-size:12px; font-size: 12px; width:
> 555px;">
> <table cellspacing="0" cellpadding="0"
> border="0"><tbody><tr><td width="140" valign="top"
> rowspan="2"><div style="border: 1px solid #999999; margin: 0px 10px
> 5px 0px;"><a
> href="https://www.youtube.com/watch?v=RLw6hBFJ8bk&feature=youtube_g..."><img
> alt=""
> src="http://i.ytimg.com/vi/RLw6hBFJ8bk/0.jpg"></a></div></td>
> <td width="256" valign="top"><div style="font-size: 12px;
> font-weight: bold;"><a style="font-size: 15px; font-weight: bold;
>              font-decoration: none;"
> href="https://www.youtube.com/watch?v=RLw6hBFJ8bk&feature=youtube_g...">The
> Shawshank Redemption</a>
> <br></div>
> <div style="font-size: 12px; margin: 3px 0px;"><span>A
> prominent banker unjustly convicted of murder spends many years in the
> Shawshank prison. He is befriended by a convict who knows the ropes and
> helps him to cope with the frightning realities of prison life. MPAA
> Rating: R  (c) 1994 Warner Bros. Entertainment Inc. All Rights
> Reserved.</span></div></td>
> <td style="font-size: 11px; line-height: 1.4em; padding-left: 20px;
>         padding-top: 1px;" width="146" valign="top"><div><span
> style="color: #666666; font-size: 11px;">From:</span>
> <a
> href="https://www.youtube.com/channel/SydRCmlHx6na0zWscgAk9w">warnervod</a></div>
> <div><span style="color: #666666; font-size:
> 11px;">Views:</span>
> 0</div>
> <div style="white-space: nowrap;text-align: left"><img
> style="border: 0px none; margin: 0px; padding: 0px;
>  vertical-align: middle; font-size: 11px;" align="top" alt=""
> src="https://gdata.youtube.com/static/images/icn_star_full_11x11.gif">
> <img style="border: 0px none; margin: 0px; padding: 0px;
>    vertical-align: middle; font-size: 11px;" align="top" alt=""
> src="https://gdata.youtube.com/static/images/icn_star_full_11x11.gif">
> <img style="border: 0px none; margin: 0px; padding: 0px;
>    vertical-align: middle; font-size: 11px;" align="top" alt=""
> src="https://gdata.youtube.com/static/images/icn_star_full_11x11.gif">
> <img style="border: 0px none; margin: 0px; padding: 0px;
>    vertical-align: middle; font-size: 11px;" align="top" alt=""
> src="https://gdata.youtube.com/static/images/icn_star_full_11x11.gif">
> <img style="border: 0px none; margin: 0px; padding: 0px;
>    vertical-align: middle; font-size: 11px;" align="top" alt=""
> src="https://gdata.youtube.com/static/images/icn_star_half_11x11.gif"></div>
> <div style="font-size: 11px;">37
> <span style="color: #666666; font-size:
> 11px;">ratings</span></div></td></tr>
> <tr><td><span style="color: #666666; font-size:
> 11px;">Time:</span>
> <span style="color: #000000; font-size: 11px; font-weight:
> bold;">02:22:33</span></td>
> <td style="font-size: 11px; padding-left: 20px;"><span
> style="color: #666666; font-size: 11px;">More in</span>
> <a
> href="https://www.youtube.com/videos?c=30">Movies</a></td></tr></tbody></table>< /div>
> </content>
>     <link rel='alternate' type='text/html' href=
> 'https://www.youtube.com/watch?v=RLw6hBFJ8bk&feature=youtube_gdata'/>
>     <link rel='http://gdata.youtube.com/schemas/2007#video.ratings'type=
> 'application/atom+xml' href=
> 'https://gdata.youtube.com/feeds/videos/RLw6hBFJ8bk/ratings'/>
>     <link rel='http://gdata.youtube.com/schemas/2007#video.complaints'type=
> 'application/atom+xml' href=
> 'https://gdata.youtube.com/feeds/videos/RLw6hBFJ8bk/complaints'/>
>     <link rel='http://gdata.youtube.com/schemas/2007#video.related'type=
> 'application/atom+xml' href=
> 'https://gdata.youtube.com/feeds/videos/RLw6hBFJ8bk/related'/>
>     <link rel='http://gdata.youtube.com/schemas/2007#mobile'type=
> 'text/html' href='https://m.youtube.com/details?v=RLw6hBFJ8bk'/>
>     <link rel='self' type='application/atom+xml' href=
> 'https://gdata.youtube.com/feeds/videos/RLw6hBFJ8bk'/>
>     <author>
>         <name>warnervod</name>
>         <uri>https://gdata.youtube.com/feeds/users/warnervod</uri>
>     </author>
>     <gd:comments>
>         <gd:feedLink rel='http://gdata.youtube.com/schemas/2007#comments'
> href='https://gdata.youtube.com/feeds/videos/RLw6hBFJ8bk/comments'countHint
> ='2'/>
>     </gd:comments>
>     <yt:hd/>
>     <media:group>
>         <media:category label='Movies' scheme=
> 'http://gdata.youtube.com/schemas/2007/categories.cat'>Movies
> </media:category>
>         <media:content url=
> 'https://www.youtube.com/v/RLw6hBFJ8bk?version=3&f=videos&d=AY...
> type='application/x-shockwave-flash' medium='video' isDefault='true'
> expression='full' duration='8553' yt:format='5'/>
>         <media:description type='plain'>A prominent banker unjustly
> convicted of murder spends many years in the Shawshank prison. He is
> befriended by a convict who knows the ropes and helps him to cope with the
> frightning realities of prison life. MPAA Rating: R  (c) 1994 Warner Bros.
> Entertainment Inc. All Rights Reserved.</media:description>
>         <media:keywords>The, Shawshank, Redemption, Morgan, Freeman, Tim,
> Robbins, Bob, Gunton, Clancy, Brown, William, Sadler, Jeffrey, De, Munn,
> Gil, Bellows, Mark, Rolston, Frank, Darabont</media:keywords>
>         <media:player url=
> 'https://www.youtube.com/watch?v=RLw6hBFJ8bk&feature=youtube_gdata...>
>         <media:restriction type='country' relationship='allow'>CA US
> </media:restriction>
>         <media:thumbnail url='http://i.ytimg.com/vi/RLw6hBFJ8bk/0.jpg'
> height='360' width='480' time='01:11:16.500'/>
>         <media:thumbnail url='http://i.ytimg.com/vi/RLw6hBFJ8bk/1.jpg'
> height='90' width='120' time='00:35:38.250'/>
>         <media:thumbnail url='http://i.ytimg.com/vi/RLw6hBFJ8bk/2.jpg'
> height='90' width='120' time='01:11:16.500'/>
>         <media:thumbnail url='http://i.ytimg.com/vi/RLw6hBFJ8bk/3.jpg'
> height='90' width='120' time='01:46:54.750'/>
>         <media:title type='plain'>The Shawshank Redemption</media:title>
>         <yt:duration seconds='8553'/>
>     </media:group>
>     <gd:rating average='4.891892' max='5' min='1' numRaters='37' rel=
> 'http://schemas.google.com/g/2005#overall'/>
>     <yt:statistics favoriteCount='18' viewCount='0'/>
> </entry>
>
> Any suggestion is welcome.
>
> Thanks.
-- 
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.
No comments:
Post a Comment