I'm trying to pull a list of videos uploaded by a user using the YouTube API. I was looking at the Channels List parameter it only seems to return basic channel information (description, viewcount, commentcount).
I then looked at the Video List parameter and it only seems to return basic information on the video (publish date, title, description, tags, duration).
I want to find out what videos a user has uploaded via their channel name or channel id. Is this possible? Thanks in advance!