UNPKG

youtubei

Version:

Simple package to get information from youtube such as videos, playlists, channels, video information & comments, related videos, up next video, and more!

7 lines (6 loc) 289 B
import { YoutubeRawData } from "../../common"; import { Channel, ChannelShelf } from "./Channel"; export declare class ChannelParser { static loadChannel(target: Channel, data: YoutubeRawData): Channel; static parseShelves(target: Channel, data: YoutubeRawData): ChannelShelf[]; }