diff options
| author | Blista Kanjo | 2023-07-04 06:57:15 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-04 06:57:15 -0400 |
| commit | abf8aab6c46bc3ae428fabd84dd207bc2eaec91b (patch) | |
| tree | ab8b9372333d61f163fa868646823d44a1108053 /.config/mpv/mpv.conf | |
| parent | 29e6b537303ff9392d4faabbcfb7a5fccd121369 (diff) | |
feat: `ytdl-format=` options
Diffstat (limited to '.config/mpv/mpv.conf')
| -rw-r--r-- | .config/mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 3b7cca0..3859d53 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -16,3 +16,4 @@ deband=no sub-auto=all autofit-larger=1824x1026 keepaspect-window=no +ytdl-format=bestvideo[height<=1080][ext=mp4]+bestaudio/best[ext=mp4] |
