WWW::YoutubeViewer::PlaylistItems - Manage playlist entries.

NAME

WWW::YoutubeViewer::PlaylistItems - Manage playlist entries.

SYNOPSIS

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

SUBROUTINES/METHODS

add_video_to_playlist($playlistID, $videoID; $position=1)

Add a video to given playlist ID, at position 1 (by default)

favorite_video($videoID)

Favorite a video. Returns true on success.

videos_from_playlist_id($playlist_id)

Get videos from a specific playlistID.

videos_from_id($playlist_id)

Get videos from a specific playlistID.

favorites($channel_id)

uploads($channel_id)

likes($channel_id)

Get the favorites, uploads and likes for a given channel ID.

favorites_from_username($username)

uploads_from_username($username)

likes_from_username($username)

Get the favorites, uploads and likes for a given YouTube username.

AUTHOR

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

SUPPORT

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

perldoc WWW::YoutubeViewer::PlaylistItems

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::PlaylistItems - Manage playlist entries.