Daring Fireball: strip dd tag

This commit is contained in:
Shadowfacts 2022-01-15 14:53:03 -05:00
parent f70e358a80
commit f0299639e2
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ defmodule Frenzy.Pipeline.Extractor.DaringFireball do
defp get_link_element(html_tree) do
case Floki.find(html_tree, "dl.linkedlist dd") do
[dd_elem | _] ->
dd_elem
[{_, _, dd_children} | _] ->
dd_children
_ ->
nil