mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 05:13:11 +01:00
ed0de68a9b
Instead of "hiding" dotfiles in an extra group, it is easier to use separate packages for each unique set of files. Since I'm working on making my setup more modular, and since I can stow all my dotfiles with a single command anyway, this configuration is more appealing now.
15 lines
479 B
Plaintext
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
|