Looks like there is no official YouTube API to find list of YouTube networks or what channels are part of a given network. Any ideas how to find that information?
If there is no direct method, what algorithm does socialblade.com use get approximate listings?
I don't know if this is the way sites such as socialblade or channelmeter get the networked channels. But this is the way i did it.
Say i visit this video link: http://www.youtube.com/watch?v=_8AZT40gH5E
In the meta tags information of a networked channel, there is an attribute <meta name=attribution content=JamieOliver/>
(As example) which actually specifies the network that channel belongs to. So what i did was one video from the channel i'm working with, and use a small function like this:
$tags = get_meta_tags("http://www.youtube.com/watch?v=_8AZT40gH5E");
echo $network = $tags['attribution'];
And you have the Network the channel is associated with.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With