When installing yt-dlp via pip on macOS, it installs to ~/Library/Python/3.x/bin/ which is not in PATH by default.
Fix: Add to your shell rc:
export PATH="$HOME/Library/Python/3.9/bin:$PATH"
When installing yt-dlp via pip on macOS, it installs to ~/Library/Python/3.x/bin/ which is not in PATH by default.
Fix: Add to your shell rc:
export PATH="$HOME/Library/Python/3.9/bin:$PATH"
This saved me hours of debugging!
Great write-up. I'd also suggest checking proxy settings.