Skip to content

Instantly share code, notes, and snippets.

@mohan-cao
Created April 3, 2018 12:55
Show Gist options
  • Select an option

  • Save mohan-cao/6ba46b133cbb14fd3c60df86a3dab4e9 to your computer and use it in GitHub Desktop.

Select an option

Save mohan-cao/6ba46b133cbb14fd3c60df86a3dab4e9 to your computer and use it in GitHub Desktop.
command line youtube to itunes
# put this in .zshrc or .bashrc or whatever
# depends on youtube-dl and mac-version iTunes obviously
alias yt-mp3="youtube-dl --extract-audio --embed-thumbnail --audio-format mp3 --audio-quality 0 --exec 'mv {} ~/Music/iTunes/iTunes\ Media/Automatically\ Add\ to\ iTunes.localized/' "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment