1
0
Fork 0

urlhandler: Open tube.* in mpv

This commit is contained in:
tastytea 2022-06-13 23:04:13 +02:00
parent 899a473f86
commit 8285a5eac8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ local -A assignments=(
'\.(ogg|flac|opus|m4a|wav|mp3|mid|aac|wma)(\?.+)?$' "${mpv};vlc"
'^https://media\.ccc\.de/v/[^/]*$' "${mpv}"
'^https?://(www\.)?youtu(\.be|be\.com)/' "${mpv}"
'^https?://(invidious|piped)\.[^/]+/watch\?v=' "${mpv}"
'^https?://(invidious|piped|tube)\.[^/]+/watch\?v=' "${mpv}"
'^https://yewtu\.be/watch\?v=' "${mpv}"
'^(gemini|gopher)://' "kristall"
'\.(log|txt)$' "readwwwlog"