allow more formats via mpvallvids
This commit is contained in:
parent
bc32fcc81f
commit
d8fe421174
@ -7,3 +7,4 @@ bant https://boards.4chan.org/bant/
|
||||
kanji https://kanji.sljfaq.org/draw-canvas.html
|
||||
mystudies https://www.lehrbetrieb.ethz.ch/myStudies/studWillkommen.view
|
||||
gg https://linggle.com/
|
||||
live https://video.ethz.ch/live/lectures.html
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user