UNPKG

@snwfdhmp/soundcloud-downloader

Version:

Download Soundcloud audio with Node.js, this is a forked version, the original script was written by @zackradisic and forked by @nasheedstation

4 lines (3 loc) 220 B
/// <reference types="node" /> import { AxiosInstance } from "axios"; export declare const downloadPlaylist: (url: string, clientID: string, axiosInstance: AxiosInstance) => Promise<[NodeJS.ReadableStream[], String[]]>;