Maybe put the URL between single quotes:
yt-dlp --list-formats 'https://www.youtube.com/watch?v=k91gP7u3fhs'
I suspect that the shell tries to interpret the question mark sign ?
as it is a special character.
Maybe put the URL between single quotes:
yt-dlp --list-formats 'https://www.youtube.com/watch?v=k91gP7u3fhs'
I suspect that the shell tries to interpret the question mark sign ?
as it is a special character.