Given a "vanity url" for a channel (e.g. youtube.com/wheelockcollege, which points to youtube.com/wheelockmarketing1), is there a way to retrieve the channel details?
I'm using the new version 3 of the API, with the latest Python package.
Given a "vanity url" for a channel (e.g. youtube.com/wheelockcollege, which points to youtube.com/wheelockmarketing1), is there a way to retrieve the channel details?
I'm using the new version 3 of the API, with the latest Python package.
May be using search first:
and then with the channel id you can get the channel details:
In this case the result is:
We have a problem if the initial search returns more than one result, but I believe that it is a good strategy :)