Skip to content

Instantly share code, notes, and snippets.

@code-yeongyu
Last active December 12, 2024 07:09
Show Gist options
  • Save code-yeongyu/c4e933b903f2982f0016d3762e4038a5 to your computer and use it in GitHub Desktop.
Save code-yeongyu/c4e933b903f2982f0016d3762e4038a5 to your computer and use it in GitHub Desktop.
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