1.6.0 • Published 9 months ago

@pieda/video-dl v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@pieda/video-dl

安裝

npm install @pieda/video-dl

使用

import { useDownloader } from '@pieda/video-dl';

const ytdl = useDownloader({ type: 'youtube' });
await ytdl({
    videoType: 'youtube',
    videoId: '<videoId>',
    dest: '<path to download>',
    debug: false,
});
import { useYoutube } from '@pieda/video-dl';

await useYoutube({
    videoId: '<videoId>',
    dest: '<path to download>',
    debug: false,
});
1.5.2

11 months ago

1.6.0

9 months ago

1.5.1

11 months ago

1.5.0

11 months ago

1.3.2

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago