macos 설치 방법
# homebrew로 설치하기
brew install yt-dlp/taps/ytldp
아래와 같이 -F {URL} 옵션을 이용하면 다운로드 가능한 포맷을 얻을 수 있다.
yt-dlp -F https://www.youtube.com/watch?v=kPTvTnKqXRY
만약에 내가 여기서 Mp3만 얻고 싶다면 아래와 같이 –audio-format mp3 -x {url}을 사용하면 된다.
yt-dlp --audio-format mp3 -x https://www.youtube.com/watch\?v\=kPTvTnKqXRY