Single Youtube Video
Can Andromo please add a single Youtube video activity, not using channels or feeds?
Sometimes you just need to show a single video and I have not figured out that feed mess yet.
Comments
http://gdata.youtube.com/feeds/api/users/<<USER_NAME>>/uploads?q=<<VIDEO_ID>>
Where you replace <<USER_NAME>> with the user that uploaded the video, and <<VIDEO_ID>> with the Id of the video.
You can grab the ID from the video URL:
http://www.you tube.com/watch?v=qAShPzHEu1Q1
The video id is represented by the
v
parameter. Soin this case the video ID is:
qAShPzHEu1Q1
You can probably use other queries, and feeds to grab a single video.
mark.