Misc things to remember - ridingintraffic/ridingintraffic.github.com GitHub Wiki

youtube-dl

# yt-dlp has replaced youtube-dl
brew install yt-dlp; 
# snag the audio from youtube and save it to mp3
yt-dlp -x "<youtube_link>" --audio-format mp3 

openai-whisper

pip install -U openai-whisper  
whisper audiofile.m4a --language English --model medium