dotfiles/.local/bin/tools/mpvallvids

3 lines
86 B
Plaintext
Raw Normal View History

#!/bin/sh
lynx --dump --listonly --nonumbers "$1" | grep '\.webm$' | uniq | xargs mpv