nix-config/.config/youtube-dl/config
Donovan Glover f332ba6c10
Move dotfiles up to root directory
Instead of stowing dotfiles individually by software, and instead of
stowing dotfiles based on working environment, I now just stow all
dotfiles at once, so the extra hierarchy isn't needed.
2018-10-03 13:15:23 -04:00

15 lines
479 B
Plaintext

# New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2017 Donovan Glover
# Always download the best video format and best audio format, up to 2160p
--format bestvideo[height<=2160]+bestaudio/best[height<=2160]
# Save downloaded videos in the Videos directory
--output ~/Videos/%(title)s.%(ext)s
# Do not overwrite files that already exist
--no-overwrites
# Ignore warnings (Such as merging the audio and video into .mkv)
--no-warnings