Changing modules from pandoc to process html to w3m.

This commit is contained in:
Storm Dragon 2020-08-14 22:50:56 -04:00
parent 527ed428ca
commit e1bb820a41
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ quote="${quote#*class=\"qt\">}"
quote="${quote//&lt;/ <}"
quote="${quote//&gt;/> }"
quote="${quote%%<p class*}"
quote="$(echo "$quote" | pandoc -t plain)"
quote="$(echo "$quote" | w3m -dump -T text/html)"
msg "$2" "$(echo "$quote" | tr -cd '[:print:]')"
set +f