WWW::PipeViewer::Subscriptions - Subscriptions handler.

NAME

WWW::PipeViewer::Subscriptions - Subscriptions handler.

SYNOPSIS

use WWW::PipeViewer;
my $obj = WWW::PipeViewer->new(%opts);
my $videos = $obj->subscriptions_from_channelID($channel_id);

SUBROUTINES/METHODS

subscribe_channel($channel_id)

Subscribe to an YouTube channel.

subscribe_channel_from_username($username)

Subscribe to 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},
);

AUTHOR

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

SUPPORT

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

perldoc WWW::PipeViewer::Subscriptions

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::PipeViewer::Subscriptions - Subscriptions handler.