WWW::PipeViewer::Search - Search for stuff on YouTube |
WWW::PipeViewer::Search - Search for stuff on YouTube
use WWW::PipeViewer;
my $obj = WWW::PipeViewer->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::PipeViewer::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.
WWW::PipeViewer::Search - Search for stuff on YouTube |