-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Can't download YouTube live videos #2930
base: develop
Are you sure you want to change the base?
Conversation
toorich
commented
Oct 13, 2021
Hello @toorich, 祝您健康! |
I tried to change "formats" to "adaptiveFormats" in https://github.com/soimort/you-get/blob/develop/src/you_get/extractors/youtube.py (like line 242) , but when I run it, you-get returns an empty itag list. |
$ you-get --debug https://www.youtube.com/watch?v=OMq9he-5HUU [DEBUG] get_content: https://www.youtube.com/watch?v=OMq9he-5HUU During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I found another bug: [DEBUG] get_content: https://www.youtube.com/watch?v=OMq9he-5HUU During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I'm not able to open a new issue so please excuse for posting it here: I'm getting this error on all YouTube videos on MacOS (14.7.1). you-get 'https://www.youtube.com/watch?v=PzDP3ltd8tA' --debug |
It seems that download of regular youtube videos on MacOS is also broken: you-get "https://www.youtube.com/watch?v=7Jz8wZbXuDA" --debug |