youtube-fetcher-dl
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

youtube-fetcher-dl

This package generates list of youtube video links which you can download or stream.

const youtubeFetcher = require("youtube-fetcher-dl");
 
async function run() {
    console.log(await youtubeFetcher(youtube_id, [options]));
}
 
run();
 
type options = {
    quality?: 'lowest' | 'highest' | 'highestaudio' | 'lowestaudio' | 'highestvideo' | 'lowestvideo' | string | number;
    filter?: Filter;
    format?: videoFormat;
    range?: {
    start?: number;
    end?: number;
    };
    begin?: string | number | Date;
    liveBuffer?: number;
    requestOptions?: {};
    highWaterMark?: number;
    lang?: string;
}

Readme

Keywords

Package Sidebar

Install

npm i youtube-fetcher-dl

Weekly Downloads

10

Version

1.0.12

License

ISC

Unpacked Size

47 kB

Total Files

8

Last publish

Collaborators

  • ido.aflalo