|
NAMEWWW::PipeViewer::Search - Search for stuff on YouTube SYNOPSIS use WWW::PipeViewer;
my $obj = WWW::PipeViewer->new(%opts);
$obj->search_videos(@keywords);
SUBROUTINES/METHODSsearch_for($types,$keywords;\%args)Search for a list of types (comma-separated). search_videos($keywords;\%args)Search and return the found video results. search_playlists($keywords;\%args)Search and return the found playlists. search_channels($keywords;\%args)Search and return the found channels. search_all($keywords;\%args)Search and return the results. related_to_videoID($id)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. AUTHORTrizen, "<echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>" SUPPORTYou can find documentation for this module with the perldoc command. perldoc WWW::PipeViewer::Search 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.
|