Problems with youtube-dl ?
When runing youtube-dl command you get the ouptut:
Error: Unable to extract uploader id
solution:
python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
// and then run it with
yt-dlp -- youtube_ID
more details here!