diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks index 0d09b17..03c0169 100644 --- a/.config/qutebrowser/quickmarks +++ b/.config/qutebrowser/quickmarks @@ -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 diff --git a/.local/bin/tools/mpvallvids b/.local/bin/tools/mpvallvids index 4daa163..cbe850c 100755 --- a/.local/bin/tools/mpvallvids +++ b/.local/bin/tools/mpvallvids @@ -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