Make default MIME handlers more generic.

This commit is contained in:
Solderpunk 2020-08-18 21:14:04 +02:00
parent 03be5bfebf
commit d39cddcc84
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ _MIME_HANDLERS = {
"audio/ogg": "ogg123 %s",
"image/*": "feh %s",
"text/html": "lynx -dump -force_html %s",
"text/plain": "cat %s",
"text/gemini": "cat %s",
"text/*": "cat %s",
}
# monkey-patch Gemini support in urllib.parse