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

why the video is without audio #2

Open
huangshenneng opened this issue Apr 12, 2024 · 1 comment
Open

why the video is without audio #2

huangshenneng opened this issue Apr 12, 2024 · 1 comment

Comments

@huangshenneng
Copy link

why the video is without audio

@PolarRobin
Copy link

you can set
stream = yt.streams.filter(subtype='mp4', only_video=True, adaptive=True).first()
to
stream = yt.streams.filter(subtype='mp4', progressive=True, adaptive=True).first()
in videos_download.py

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