fent / fent/node-ytdl-core

`audioTrack` not in typescript type for `formats`, `lang` parameter ignored

Open
#1,279 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4.7k
Forks
852
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.