match ^https?://www.youtube.com/watch\?, has mpv, X, terminal = mpv -- $1
match ^https?://www.youtube.com/watch\?, has mpv, X, flag f = mpv --quiet -- $1
+# open web url with BROWSER
+match ^https?://, X, flag f = $BROWSER -- "$@"
+
#-------------------------------------------
# Websites
#-------------------------------------------