mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Comments are now added in functions
This commit is contained in:
@@ -29,7 +29,9 @@ interface VideoOptions {
|
||||
private: boolean;
|
||||
tags: string[];
|
||||
}
|
||||
|
||||
/**
|
||||
* Class for YouTube Video url
|
||||
*/
|
||||
export class YouTubeVideo {
|
||||
id?: string;
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user