Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audioTrack not in typescript type for formats, lang parameter ignored #1279

Open
danthegoodman1 opened this issue Mar 19, 2024 · 0 comments
Open

Comments

@danthegoodman1
Copy link

Version 4.11.5"

image

Also using

ytdl('https://www.youtube.com/watch?v=4FRYox-sPP8', {
  filter: "audioonly",
  quality: 'highestaudio'
})

does not give an english audio track (the docs say lang is default 'en', must not be for audio track).

Current workaround is to manually filter the info and pass that in to the function under the format property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant