diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-25 12:48:14 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-25 12:48:14 +0200 |
| commit | 4e27b81da071650e6853f72bac48cc87628c111b (patch) | |
| tree | 8cd74604c13944784cea30288b6fa61e89fd602d /config/qutebrowser | |
| parent | a6e1eab8647d5b09f1ccb1c03f31027b3628fca0 (diff) | |
| download | dotfiles-4e27b81da071650e6853f72bac48cc87628c111b.tar.gz dotfiles-4e27b81da071650e6853f72bac48cc87628c111b.tar.bz2 dotfiles-4e27b81da071650e6853f72bac48cc87628c111b.zip | |
Added yes-playlist option when playing a video in qutebrowser to have the playlist in mpv
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index b5d0e8a..f287524 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -66,6 +66,7 @@ config.bind( """ hint links spawn /usr/bin/mpv + --ytdl-raw-options=yes-playlist= --ytdl-format="bestvideo[height<=480][fps<=30]+bestaudio/best[height<=480][fps<=30]" {hint-url} ;; message-info "opening in video player" |
