Created
September 8, 2019 17:42
-
-
Save momadacoding/19853a62ef7ee6e22fe7ce7a6fb564bd to your computer and use it in GitHub Desktop.
youtube-dl config for me on widows10 that works
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
# 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