Skip to content

Instantly share code, notes, and snippets.

@code-yeongyu
Last active May 22, 2023 02:31
Show Gist options
  • Save code-yeongyu/b4a23abc73e2359eaa24a5a1ce80904e to your computer and use it in GitHub Desktop.
Save code-yeongyu/b4a23abc73e2359eaa24a5a1ce80904e to your computer and use it in GitHub Desktop.
yt-dlp -N (python3 -c "import multiprocessing as m;print(m.cpu_count())") \
--embed-thumbnail --embed-metadata --extract-audio -f "bestaudio/best" --audio-quality 0 --audio-format mp3 \
"link"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment