mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
YouTube examples
This commit is contained in:
@@ -3,7 +3,6 @@ import { url_get } from "../utils/request";
|
||||
import { Thumbnail } from "./Thumbnail";
|
||||
import { Channel } from "./Channel";
|
||||
import { Video } from "./Video";
|
||||
import fs from 'fs'
|
||||
const BASE_API = "https://www.youtube.com/youtubei/v1/browse?key=";
|
||||
|
||||
export class PlayList{
|
||||
@@ -16,7 +15,7 @@ export class PlayList{
|
||||
link?: string;
|
||||
channel?: Channel;
|
||||
thumbnail?: Thumbnail;
|
||||
videos?: [];
|
||||
private videos?: [];
|
||||
private fetched_videos : Map<string, Video[]>
|
||||
private _continuation: { api?: string; token?: string; clientVersion?: string } = {};
|
||||
private __count : number
|
||||
|
||||
Reference in New Issue
Block a user