![]() |
![]()
| ![]() |
![]()
NAMEWWW::YoutubeViewer::Subscriptions - Subscriptions handler. SYNOPSISuse WWW::YoutubeViewer; my $obj = WWW::YoutubeViewer->new(%opts); my $videos = $obj->subscriptions_from_channelID($channel_id); SUBROUTINES/METHODSsubscribe_channel($channel_id)Subscribe to an YouTube channel. subscribe_channel_from_username($username)Subscribe to an YouTube channel via username. unsubscribe_channel($channel_id)Unsubscribe from an YouTube channel. unsubscribe_channel_from_username($username)Unsubscribe from an YouTube channel via username. subscriptions(;$channel_id)Retrieve the subscriptions for a channel ID or for the authenticated user. subscriptions_from_username($username)Retrieve subscriptions for a given YouTube username. subscription_videos(;$channel_id)Retrieve the video subscriptions for a channel ID or for the current authenticated user. subscription_videos_from_username($username)Retrieve the video subscriptions for a username. subscriptions_from_channelID(%args)Get subscriptions for the specified channel ID. subscriptions_info($subscriptionID, %args)Get details for the comma-separated subscriptionID(s). HASH '%args' supports the following pairs: %args = ( part => {contentDetails,id,snippet}, forChannelId => $channelID, maxResults => [0-50], order => {alphabetical, relevance, unread}, pageToken => {$nextPageToken, $prevPageToken}, ); AUTHORTrizen, "<echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>" SUPPORTYou can find documentation for this module with the perldoc command. perldoc WWW::YoutubeViewer::Subscriptions 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.
|