allow more formats via mpvallvids
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user