I am using Youtube URL
[https://gdata.youtube.com/feeds/api/videos?q=%cid%22&v=2&alt=jsonc][1]
It give me results but not with order by episode.
So for getting all episodes order by which URL i have to use ?
Please help me for this.
|
I am using Youtube URL
It give me results but not with order by episode. So for getting all episodes order by which URL i have to use ? Please help me for this. |
||||
|
|
|
you can order the results by published date using "orderby" parameter in youtube Data Api. Check this out: https://developers.google.com/youtube/2.0/developers_guide_protocol_api_query_parameters#orderbysp |
|||||
|
|
A good way to learn to use the orderby as well as other paramaters is to use one of the many interactive demos. Since I like the jsonc version of the api's, I'll point you at that: https://developers.google.com/youtube/articles/view_youtube_jsonc_responses |
|||
|
|