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

Downloading videos problem with youtube-dl command #4

Open
wangxingjun778 opened this issue Mar 6, 2024 · 0 comments
Open

Downloading videos problem with youtube-dl command #4

wangxingjun778 opened this issue Mar 6, 2024 · 0 comments
Labels

Comments

@wangxingjun778
Copy link

wangxingjun778 commented Mar 6, 2024

Example:

youtube-dl -f 'bestvideo[ext=mp4][height<=360]+bestaudio/best[ext=mp4][height<=360]' -o 'aaa.mp4/LEwayCpIk20.mp4' https://www.youtube.com/watch?v=LEwayCpIk20

Error:

youtube-dl ERROR: Unable to extract uploader id;

Solution:

Refer to: ytdl-org/youtube-dl#31530 (comment)

Note: If you installed youtube-dl with pip: pip install youtube_dl, pls reinstall it:

pip install --upgrade --force-reinstall "git+https://github.com/ytdl-org/youtube-dl.git"

@wangxingjun778 wangxingjun778 changed the title Downloading videos with youtube-dl command Downloading videos problem with youtube-dl command Mar 6, 2024
@youthHan youthHan pinned this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants