Manpage logo

WWW::PipeViewer::Channels - Channels interface.

NAME  SYNOPSIS  SUBROUTINES/METHODS  channel_info($channel_id or $channel_name)  uploads($channel_id)  streams($channel_id)  shorts($channel_id)  popular_videos($channel_id)  popular_streams($channel_id)  popular_shorts($channel_id)  channels_info($channel_id)  channel_id_from_username($username)  channel_title_from_id($channel_id)  channels_contentDetails($channelID)  channels_statistics($channelID);  channels_topicDetails($channelID)  AUTHOR  SUPPORT  LICENSE AND COPYRIGHT 

NAME

WWW::PipeViewer::Channels − Channels interface.

SYNOPSIS

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

SUBROUTINES/METHODS

channel_info($channel_id or $channel_name)

Get a channel information (name and ID).

uploads($channel_id)

Get the uploads for a given channel ID.

streams($channel_id)

Get the livestreams for a given channel ID.

shorts($channel_id)

Get the shorts for a given channel ID.

popular_videos($channel_id)

Get the most popular videos for a given channel ID.

popular_streams($channel_id)

Get the most popular livestreams for a given channel ID.

popular_shorts($channel_id)

Get the most popular shorts for a given channel ID.

channels_info($channel_id)

Return information for the comma−separated list of the YouTube channel ID(s).

channel_id_from_username($username)

Return the channel ID for an username.

channel_title_from_id($channel_id)

Return the channel title for a given channel ID.

channels_contentDetails($channelID)

channels_statistics($channelID);

channels_topicDetails($channelID)

AUTHOR

Trizen, "<echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 −d>"

SUPPORT

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

perldoc WWW::PipeViewer::Channels

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.


Updated 2026-06-01 - jenkler.se | uex.se