Method getInfo(url) with most of the hasVideo or hasAudio false and download only audio or video. Not a proper video.
- Dominant language
- JavaScript
- Stars
- 4.7k
- Forks
- 852
- PR merge metrics
- No merged PRs in 30d
Description
**Critical issue**
Hi,
I am here to let you know that I am using the latest version 4.11.5. I am facing a weird behavior for the getInfo(url) method. Most of the time, I can see that almost every video
misses audio/video for different formats. Even we can't download a proper video in 720 using
`const downloadStream = ytdl(videoId, { quality: itag });`
because "itag" I am using from `getInfo(url)` gives us most of the videos with `hasAudio: false` or `hasVideo: false`.
Here is the sample response I am getting. Please take a look at the attachments for the complete response and screenshots for better understanding.


[issue.txt](https://github.com/fent/node-ytdl-core/files/13868899/issue.txt)
Please it is my humble request to update it to have a minimum of 1080p with "hasAudio" and "hasVideo" true and enable to download it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.