JSPM

yt-dlp-exec

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 90616
  • Score
    100M100P100Q176455F
  • License MIT

A simple Node.js wrapper for yt-dlp

Package Exports

  • yt-dlp-exec
  • yt-dlp-exec/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (yt-dlp-exec) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NPM Status

A simple Node.js wrapper for yt-dlp.

My Work

It's a fork of youtube-dl-exec which uses yt-dlp as his default binary instead of youtube-dl because youtube-dl doesn't seem to be maintained anymore.

How it works

This package works exactly like his origin youtube-dl-exec. If you know how to use the original, you know how to use this one. Just be aware that youtube-dl and yt-dlp are slightly different so go check the documentation to know which commands can be performed here.