UNPKG

crunchy

Version:

Crunchy is a fork of Crunchyroll.js, capable of downloading anime episodes from the popular CrunchyRoll streaming service.

5 lines (4 loc) 221 B
/** * Streams the video to disk. */ export default function (rtmpUrl: string, rtmpInputPath: string, swfUrl: string, filePath: string, fileExt: string, mode: string, verbose: boolean, done: (err: Error) => void): void;