Skip to content

Downloading videos problem with youtube-dl command #4

@wangxingjun778

Description

@wangxingjun778

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions