WWW::YoutubeViewer::PlaylistItems - Manage playlist entries.
use WWW::YoutubeViewer;
my $obj = WWW::YoutubeViewer->new(%opts);
my $videos = $obj->videos_from_playlistID($playlist_id);
Add a video to given playlist ID, at position 1 (by default)
Favorite a video. Returns true on success.
Get videos from a specific playlistID.
Get videos from a specific playlistID.
Get the favorites, uploads and likes for a given channel ID.
Get the favorites, uploads and likes for a given YouTube username.
Trizen, "<echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== |
base64 -d>"
You can find documentation for this module with the perldoc command.
perldoc WWW::YoutubeViewer::PlaylistItems
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.