1
0
Fork 0

Add support for some invidious and piped instances to urlhandler

This commit is contained in:
tastytea 2022-05-09 00:04:00 +02:00
parent 41b83f13a5
commit bab65cee86
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +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}"
'^(gemini|gopher)://' "kristall"
'\.(log|txt)$' "readwwwlog"
'^https?://(www\.)?(dpaste|irccloud)\.com/' "readwwwlog"