WWW::PipeViewer::Search - Search for stuff on YouTube

NAME

WWW::PipeViewer::Search - Search for stuff on YouTube

SYNOPSIS

use WWW::PipeViewer;
my $obj = WWW::PipeViewer->new(%opts);
$obj->search_videos(@keywords);

SUBROUTINES/METHODS

search_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.

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.

AUTHOR

Trizen, <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc WWW::PipeViewer::Search

LICENSE AND COPYRIGHT

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