WWW::YoutubeViewer::Search - Search functions for Youtube API v3
use WWW::YoutubeViewer;
my $obj = WWW::YoutubeViewer->new(%opts);
$obj->search_videos(@keywords);
Search for a list of types (comma-separated).
Search and return the found video results.
Search and return the found playlists.
Search and return the found channels.
Search and return the results.
Retrieves a list of videos that are related to the video that the parameter
value identifies. The parameter value must be set to a YouTube video ID.
Trizen, "<echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== |
base64 -d>"
You can find documentation for this module with the perldoc command.
perldoc WWW::YoutubeViewer::Search
Copyright 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.