![]() |
![]()
| ![]() |
![]()
NAMEWWW::YoutubeViewer::PlaylistItems - Manage playlist entries. SYNOPSISuse WWW::YoutubeViewer; my $obj = WWW::YoutubeViewer->new(%opts); my $videos = $obj->videos_from_playlistID($playlist_id); SUBROUTINES/METHODSadd_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. AUTHORTrizen, "<echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>" SUPPORTYou can find documentation for this module with the perldoc command. perldoc WWW::YoutubeViewer::PlaylistItems LICENSE AND COPYRIGHTCopyright 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.
|