How should I use get_channel_tags() or what function should I use of SimplePie to get totalResults of YouTube rss playlist or other element/attribute in the channel/header section of the feed?
Example playlist: http://gdata.youtube.com/feeds/api/playlists/PL25BD62C6275E88F6?alt=rss
This does not work:
$totalResults = $rss->get_channel_tags('http://a9.com/-/spec/opensearchrss/1.0/', 'totalResults');
$totalResultsData = $totalResults[0];