Skip to content

Instantly share code, notes, and snippets.

@eyasuyuki
Last active June 15, 2019 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyasuyuki/483481b3c06033601c998f6bf096aa1f to your computer and use it in GitHub Desktop.
Save eyasuyuki/483481b3c06033601c998f6bf096aa1f to your computer and use it in GitHub Desktop.
  • Install youtube-dl
brew install youtube-dl
  • Save your youtube cookies

** Open Google Chrome

open /Applications/Google\ Chrome.app/

** Install cookies.txt

https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg

** Open your youtube playlist, and save cookies

  1. Open your youtube playlest
  2. Click 'cookies.txt' icon
  3. Copy 'cookies.txt' content
  4. Paste to your new cookies file
  • Download playlist to aac files
youtube-dl -x --cookies=<your cookies file path> --audio-format=aac <playlist url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment