Lazy way to parse playlist feed from Youtube by using Yahoo! YQL here is example query ;
select title,link from feed where url="https://gdata.youtube.com/feeds/api/playlists/253BF6217CD324EF?v=2" and link.rel="alternate"
Cool right ?
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Lazy way to parse playlist feed from Youtube by using Yahoo! YQL here is example query ;
select title,link from feed where url="https://gdata.youtube.com/feeds/api/playlists/253BF6217CD324EF?v=2" and link.rel="alternate"
Cool right ?