I'm using JSON to get the video title, description, and author from the Youtube JSON API. How do I get the author's home page URL?
I'm trying to get this.
I also noticed that sometimes, it's not youtube.com/channel/xxxx
, but rather youtube.com/user/xxxx
when I look at this:
hxxp://gdata.youtube.com/feeds/api/videos/hha0NsYXS5c?alt=json&prettyprint=true hxxps://www.youtube.com/user/TEDtalksDirector
For the example of
http://gdata.youtube.com/feeds/api/videos/I6YeYnOTC-k?alt=json&prettyprint=true
In the end you just grab the URI of the author, send a request to it and filter the JSON-Output.