urlhandler: Add kristall.

This commit is contained in:
tastytea 2020-06-20 03:28:18 +02:00
parent a56e006743
commit fdd1ab1ef8
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ assignments=(
"^https?://www.ndr.de/fernsehen/sendungen/[^/]*/[^/]*[0-9]*.html" "mpv;kodi;${default_cmd}"
"^https?://(www\.)?youtu(\.be|be\.com)/([^/]*v=)?[a-zA-Z0-9\-\_]*([\?&].*)?" "mpv;kodi;${default_cmd}"
"^https?://(www\.)?invidio.us/([^/]*v=)?[a-zA-Z0-9\-\_]*([\?&].*)?" "mpv;kodi;${default_cmd}"
"^(gemini|gopher)://" "castor;"
"^(gemini|gopher)://" "kristall;castor;"
)
match=0