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"
Example:
Error:
Solution:
Note: If you installed youtube-dl with pip:
pip install youtube_dl, pls reinstall it: