GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WWW::PipeViewer::InitialData(3) User Contributed Perl Documentation WWW::PipeViewer::InitialData(3)

WWW::PipeViewer::InitialData - Extract initial data.

    use WWW::PipeViewer;
    my $obj = WWW::PipeViewer->new(%opts);
    my $results   = $obj->yt_search(q => $keywords);
    my $playlists = $obj->yt_channel_created_playlists($channel_ID);

Get video info for a given YouTube video ID, by scrapping the YouTube "watch" page.

Search for videos given a keyword string (uri-escaped).

Search for videos given a keyword string (uri-escaped) from a given channel ID or username.

Latest uploads for a given channel ID or username.

Additionally, for getting the popular videos, call the function with the arguments:

    sort_by => 'popular',

Latest streams for a given channel ID or username.

Additionally, for getting the popular streams, call the function with the arguments:

    sort_by => 'popular',

Latest short videos for a given channel ID or username.

Additionally, for getting the popular short videos, call the function with the arguments:

    sort_by => 'popular',

Channel info (such as title) for a given channel ID or username.

Exact the channel title (as a string) for a given channel ID or username.

Exact the channel ID (as a string) for a given channel username.

Playlists created by a given channel ID or username.

All playlists for a given channel ID or username.

Videos from a given playlist ID.

Load more items from a playlist, given a continuation token.

Load more search results, given a continuation token.

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

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

    perldoc WWW::PipeViewer::InitialData

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.

2025-07-19 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.