Alexander Bocken
f214208540
modified: .config/qutebrowser/autoconfig.yml new file: .local/bin/tools/mpvallvids
3 lines
86 B
Bash
Executable File
3 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
lynx --dump --listonly --nonumbers "$1" | grep '\.webm$' | uniq | xargs mpv
|