1.2.0 • Published 11 months ago

@pieda/video-dl v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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.2.0

11 months ago

1.1.0

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago