0.7.2 • Published 6 months ago

easy-yt-dlp v0.7.2

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

easy-yt-dlp Test and build

NPM library for easy usage of yt-dlp

Depends on and uses yt-dlp. yt-dlp is not included in this package and must be installed separately.

Links

Usage

import { downloadVideo } from 'easy-yt-dlp';

const { createdFilePath } = await downloadVideo({
  ytDlpPath: process.env.YTDLP_PATH,
  link: "https://website.com/watch?v=123",
  outputDir: join(__dirname, "/videos"),
  filename: 'video-file-name',
});

Development workflow

  1. Write code
  2. Commit & Push
  3. npm version patch
  4. npm publish

Use yarn link to test this library locally in other projects before publishing

0.7.2

6 months ago

0.7.0

6 months ago

0.5.0

6 months ago

0.3.0

7 months ago

0.2.0

7 months ago

0.1.0

7 months ago

0.0.1

7 months ago