aboutsummaryrefslogtreecommitdiff
path: root/tests/test-elfeed-config--decode-html-entities.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(elfeed): extract HTML-entity decoder, drop leftover DEBUG loggingCraig Jennings32 hours1-0/+31
cj/youtube-to-elfeed-feed-format hand-decoded an og:title with six sequential replace-regexp-in-string calls; extract cj/--decode-html-entities (alist-driven, & first) and call it. Also remove the leftover DEBUG cj/log-silently instrumentation from cj/extract-stream-url. Behavior unchanged; adds coverage of the decoder.