Remove newsletter info from om.co extractor

This commit is contained in:
Shadowfacts 2020-06-01 23:05:18 -04:00
parent bb0607b959
commit 55c6d6fd88
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ defmodule Frenzy.Pipeline.Extractor.OmMalik do
{
:ok,
# remove related posts list
Floki.filter_out(content_elem, ".rpbt_shortcode")
Floki.filter_out(content_elem, ".rpbt_shortcode, .newsletter-content")
}
_ ->