andrade-soulseek-downloader
Version:
Simple, safe Soulseek download library with built-in rate limiting to prevent bans
11 lines • 312 B
TypeScript
export interface YouTubeDownloadOptions {
artist: string;
title: string;
label?: string;
destinationDir: string;
}
export declare class YouTubeDownloader {
constructor();
download(options: YouTubeDownloadOptions): Promise<string | null>;
}
//# sourceMappingURL=youtube-downloader.d.ts.map