WWW::YoutubeViewer::Playlists - Youtube playlists handle.

NAME

WWW::YoutubeViewer::Playlists - Youtube playlists handle.

SYNOPSIS

use WWW::YoutubeViewer;
my $obj = WWW::YoutubeViewer->new(%opts);
my $info = $obj->playlist_from_id($playlist_id);

SUBROUTINES/METHODS

playlist_from_id($playlist_id, $part = "snippet")

Return info for one or more playlist IDs.

Multiple playlist IDs can be separated by commas.

playlists($channel_id)

Get and return playlists from a channel ID.

playlists_from_username($username)

Get and return the playlists created for a given username.

my_playlists()

Get and return your playlists.

AUTHOR

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

SUPPORT

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

perldoc WWW::YoutubeViewer::Playlists

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::YoutubeViewer::Playlists - Youtube playlists handle.