mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 04:32:38 +00:00
YouTube : Completed
This commit is contained in:
@@ -2,8 +2,8 @@ type ThumbnailType = "default" | "hqdefault" | "mqdefault" | "sddefault" | "maxr
|
||||
|
||||
export class Thumbnail {
|
||||
id?: string;
|
||||
width!: number;
|
||||
height!: number;
|
||||
width?: number;
|
||||
height?: number;
|
||||
url?: string;
|
||||
|
||||
constructor(data: any) {
|
||||
|
||||
Reference in New Issue
Block a user