Downloader
new Downloader()
Properties
public important: boolean
Methods
public static download(url): Readable
Downloads stream through youtube-dl
Parameter | Type | Optional | Description |
---|---|---|---|
url | string | ❌ | URL to download stream from |
public static getInfo(url): Promise<{ info: Array<Info>,playlist: any }>
Returns stream info
Parameter | Type | Optional | Description |
---|---|---|---|
url | string | ❌ | stream url |
public static validate(url): boolean
Parameter | Type | Optional | Description |
---|---|---|---|
url | string | ❌ | - |