diff --git a/webapp_podcast.py b/webapp_podcast.py index 5223df772..ff3ba5d61 100644 --- a/webapp_podcast.py +++ b/webapp_podcast.py @@ -435,6 +435,11 @@ def html_podcast_episode(translate: {}, podcast_title = \ remove_html(html.unescape(urllib.parse.unquote_plus(newswire_item[0]))) if podcast_title: + # if this is an "explicit" podcast then add a corresponding icon + # to the title + if 'explicit' in podcast_properties: + if podcast_properties['explicit'] is True: + podcast_title += ' 🔞' podcast_str += \ '