|
NAMEWWW::YoutubeViewer::GuideCategories - Categories interface. SYNOPSIS use WWW::YoutubeViewer;
my $obj = WWW::YoutubeViewer->new(%opts);
my $videos = $obj->youtube_categories('US');
SUBROUTINES/METHODSguide_categories(;$region_id)Return guide categories for a specific region ID. items => [
{
etag => "...",
id => "GCQmVzdCBvZiBZb3VUdWJl",
kind => "youtube#guideCategory",
snippet => {
channelId => "UCBR8-60-B28hp2BmDPdntcQ",
title => "Best of YouTube"
},
},
...
{
etag => "...",
id => "GCU2NpZW5jZSAmIEVkdWNhdGlvbg",
kind => "youtube#guideCategory",
snippet => {
channelId => "UCBR8-60-B28hp2BmDPdntcQ",
title => "Science & Education",
},
},
...
]
guide_categories_info($category_id)Return info for a list of comma-separated category IDs. AUTHORTrizen, "<echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>" SUPPORTYou can find documentation for this module with the perldoc command. perldoc WWW::YoutubeViewer::GuideCategories LICENSE AND COPYRIGHTCopyright 2013-2015 Trizen. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See <https://dev.perl.org/licenses/> for more information.
|