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!

6 lines (5 loc) 243 B
import { YoutubeRawData } from "../../common"; import { PlaylistCompact } from "./PlaylistCompact"; export declare class PlaylistCompactParser { static loadPlaylistCompact(target: PlaylistCompact, data: YoutubeRawData): PlaylistCompact; }