WWW::YoutubeViewer::Subscriptions - Subscriptions handler. |
WWW::YoutubeViewer::Subscriptions - Subscriptions handler.
use WWW::YoutubeViewer;
my $obj = WWW::YoutubeViewer->new(%opts);
my $videos = $obj->subscriptions_from_channelID($channel_id);
Subscribe to an YouTube channel.
Subscribe to an YouTube channel via username.
Unsubscribe from an YouTube channel.
Unsubscribe from an YouTube channel via username.
Retrieve the subscriptions for a channel ID or for the authenticated user.
Retrieve subscriptions for a given YouTube username.
Retrieve the video subscriptions for a channel ID or for the current authenticated user.
Retrieve the video subscriptions for a username.
Get subscriptions for the specified channel ID.
Get details for the comma-separated subscriptionID(s).
%args = (
part => {contentDetails,id,snippet},
forChannelId => $channelID,
maxResults => [0-50],
order => {alphabetical, relevance, unread},
pageToken => {$nextPageToken, $prevPageToken},
);
Trizen, <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
You can find documentation for this module with the perldoc command.
perldoc WWW::YoutubeViewer::Subscriptions
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::Subscriptions - Subscriptions handler. |