export type DownloaderResult = { filePath: string, artist: string, song: string, album: string, ext: string };