Skip to content

Instantly share code, notes, and snippets.

@haolly
Created September 8, 2019 17:42
Show Gist options
  • Save haolly/19853a62ef7ee6e22fe7ce7a6fb564bd to your computer and use it in GitHub Desktop.
Save haolly/19853a62ef7ee6e22fe7ce7a6fb564bd to your computer and use it in GitHub Desktop.
youtube-dl config for me on widows10 that works
# Lines starting with # are comments
# Always extract audio
-x
# Do not copy the mtime
--no-mtime
# Use this proxy
--proxy 127.0.0.1:1080
-k
--external-downloader aria2c
--external-downloader-args "-j 8 -s 8 -x 16 -k 1M"
-f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"
# -f best
--no-playlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment