How can I get the video ID (and/or other metadata) about the video featured on a user's YouTube page? I've searched the YouTube API docs with no success.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Are you familiar with screen scraping? If so, look for the following div tag with class "channels-featured-video-details". Then look for a link to the video inside that has the id in it: href="/watch?v=QgACcUDttQ0"
|
|||
|
|