Last active
December 12, 2024 07:09
-
-
Save code-yeongyu/c4e933b903f2982f0016d3762e4038a5 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()*2)") \ | |
--embed-thumbnail --embed-metadata --embed-subs --embed-chapters --embed-info-json \ | |
--fragment-retries 40 --retry-sleep 5 --buffer-size 64K --continue --ignore-errors \ | |
--cookies-from-browser brave \ | |
-f "bestvideo+bestaudio" \ | |
--merge-output-format "mp4" \ | |
--all-subs \ | |
--sub-lang en,ko \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment