Fix shownotes for episodes that contain HTML comments.
commit3938809dd5d7f0a5921aabb9b2825715d3226790
authorauouymous <au@qzx.com>
Sun, 2 Jan 2022 01:15:51 +0000 (1 18:15 -0700)
committerauouymous <au@qzx.com>
Sun, 2 Jan 2022 01:15:51 +0000 (1 18:15 -0700)
tree86ab5a1d088e94a347288812567d201983110235
parentfc98f3f95f81e3ac38f9a7c03d9610e416368b84
Fix shownotes for episodes that contain HTML comments.

When html5lib is used, a function is returned for each comment in the
HTML. It should be safe to skip functions until something else is found
to use them that causes issues finding hyperlinks.

Fixes #1195.
src/gpodder/util.py