I'm using the Python version of the YouTube API to get a YouTubeVideoFeed object using the following URL:
Note: I've replaced USERNAME with the account I need to follow.
So far getting the feed, iterating the entries, getting player urls, titles and thumbnails has all been straightforward. But now I want to add a "Visit Channel" link to the page. I can't figure out how to get the "public" URL of a channel (in this case, the default channel from the user) out of the feed. From what I can tell, the only URLs stored directly in the feed point to the http://gdata.youtube.com/
, not the public site.
How can I link to a channel based on a feed?