diff options
| author | Tharre <tharre3@gmail.com> | 2018-03-22 03:32:32 +0100 |
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2018-03-22 03:32:32 +0100 |
| commit | e1f75e3f8f9038b8f25e1801658d9880fca28932 (patch) | |
| tree | e5d43b32c8ed090189d48eaff54de6ea25818b3a /.config/youtube-dl | |
| parent | 769557b370040f6f35c61531923eaa9cc01bbe1e (diff) | |
| download | dotfiles-e1f75e3f8f9038b8f25e1801658d9880fca28932.tar.gz dotfiles-e1f75e3f8f9038b8f25e1801658d9880fca28932.tar.xz dotfiles-e1f75e3f8f9038b8f25e1801658d9880fca28932.zip | |
youtube-dl: only download 1080p or lower
Diffstat (limited to '.config/youtube-dl')
| -rw-r--r-- | .config/youtube-dl/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config new file mode 100644 index 0000000..9d23a8b --- /dev/null +++ b/.config/youtube-dl/config @@ -0,0 +1 @@ +-f 'bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best' |
