You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It creates a `yt-dlp` using the `binaryPath` provided.
183
183
184
+
### youtubedl.update(binaryPath)
185
+
186
+
Updates the `yt-dlp` executable at the provided path. If not path is provided, the default instance will be updated.
187
+
184
188
## Environment variables
185
189
186
190
The environment variables are used to customize the [postinstall script](https://github.com/microlinkhq/youtube-dl-exec/blob/master/scripts/postinstall.js) behavior that will be triggered after `npm install` is performed.
0 commit comments