allow more formats via mpvallvids

This commit is contained in:
2020-09-17 13:48:56 +02:00
parent bc32fcc81f
commit d8fe421174
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
lynx --dump --listonly --nonumbers "$1" | grep '\.webm$' | uniq | xargs mpv
lynx --dump --listonly --nonumbers "$1" | grep -E '\.(mp4|webm|gif)$' | uniq | xargs mpv