microlinkhq / youtube-dl-exec

A simple Node.js wrapper for youtube-dl/yt-dlp.
MIT License
423 stars 75 forks source link

This expression is not callable. #183

Closed valzzu closed 9 months ago

valzzu commented 9 months ago

image image

is this something i should be concerned about? using typescript if that's needed :)

Kikobeats commented 9 months ago

I'm not sure what that means.

This is the source code: https://github.com/microlinkhq/youtube-dl-exec/blob/master/src/index.js#L24

This is the type definitions: https://github.com/microlinkhq/youtube-dl-exec/blob/master/src/index.d.ts

Maybe you can try to tweak types locally to see if they fit better, appreciated if you can make a PR for improving them 🙏