Youtube API 3.0: Get specific playlist from channel -


what working: getting latest videos uploads playlist in channel.

what not working: getting latest videos specific playlist in channel. "specific" mean playlist 1 here: http://www.youtube.com/user/fckoeln/videos?tag_id=ucqzhvmm636x6i5rrnlfbp1w.3.netcologne-fc-tv-star-talk&flow=grid&view=46

for example playlistid uploads playlist "uuqzhvmm636x6i5rrnlfbp1w" , works. assumed playlistid specific playlist "ucqzhvmm636x6i5rrnlfbp1w.3.netcologne-fc-tv-star-talk", it's not working.

i'm not able playlistid querying contentdetails of channel, playlist doesn't exist there.

anybody has idea?

i banging head against wall, because first time i've seen playlist in above format (with tag_id= in url), playlist have url of this: youtube.com/playlist?list=ucqzhvmm636x6i5rrnlfbp1w, above example has many chars playlist id (which 16 chars strictly).

i wasn't able find in youtube api documentation in regards tag_id query.

obviously, you'd want return results similar list this: gdata.youtube.com/feeds/api/playlists/bk6tyexcqako9sgmfiv_gjyvc61eq7yx?v=2&max-results=50&orderby=position normal playlist, saw nothing in youtube api find id of type of playlist (which, again first time new type existed).

sorry couldn't more helpful , can find solution. tried lookign @ youtube api reference see if there way query results request user account (something gdata.youtube.com/feeds/base/users/fckoeln/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile&q=%22netcologne-fc-tv-star-talk%22 not idiotic) nothing readily apparent documentation

https://developers.google.com/youtube/2.0/reference


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -