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

Method getInfo(url) with most of the hasVideo or hasAudio false and download only audio or video. Not a proper video. #1269

Open
matifzia opened this issue Jan 9, 2024 · 1 comment

Comments

@matifzia
Copy link

matifzia commented Jan 9, 2024

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.

Screenshot from 2024-01-09 09-34-21
Screenshot from 2024-01-09 09-34-35
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.

@4rvx
Copy link

4rvx commented Jan 15, 2024

You don't have to use itag, you can use {quality: video} in options

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

2 participants