dotfiles/.local/bin/tools/mpvallvids

3 lines
99 B
Plaintext
Raw Normal View History

#!/bin/sh
2020-09-17 13:48:56 +02:00
lynx --dump --listonly --nonumbers "$1" | grep -E '\.(mp4|webm|gif)$' | uniq | xargs mpv