Last active
May 22, 2023 02:31
-
-
Save code-yeongyu/b4a23abc73e2359eaa24a5a1ce80904e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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