|
|
|
|
|
by probably_wrong
1163 days ago
|
|
For the sake of testing, I just downloaded youtube-dl from Github [1]. I then tried to run the program, but it failed with: /usr/bin/env: ‘python’: No such file or directory
Okay, the script can't deal with "python" vs "python3", whatever - I'll change the script's first line and move on. Next attempt: $ youtube-dl https://www.youtube.com/watch?v=5pV8WFvSNYE
[youtube] 5pV8WFvSNYE: Downloading webpage
ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug. Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
I knew I would get this error because I got it two weeks ago already. And considering that the version number is `2021.12.17` that looks suspiciously close to a dead project, or at least for a project whose very description is "download videos from youtube.com or other video platforms".Edit: I went through the repo and found that this bug has been reported two months ago [2]. I understand that the project is not dead in the sense that they are still looking at bugs, but if a major feature is not working for two months now then I think it's reasonable for people's faith in the project's future to be shaken. [1] https://github.com/ytdl-org/youtube-dl#installation [2] https://github.com/ytdl-org/youtube-dl/issues/31530 |
|
Your install is not configured properly. This is a googleable fix. (One example is to use `which python3` as part of your command https://stackoverflow.com/a/73610228)
> ERROR: Unable to extract uploader id;
This is a known bug and already has a fix but has not been packaged or released for youtube-dl but you can fix it yourself or use a different pacakge. https://github.com/ytdl-org/youtube-dl/issues/31530