keepcosmos / readability

Readability is Elixir library for extracting and curating articles.
Apache License 2.0
254 stars 58 forks source link

Title tag finder pulls titles from SVG elements #17

Closed jbrowning closed 8 years ago

jbrowning commented 8 years ago

Readability.TitleFinder.tag_title/1 incorrectly pulls title tags from embedded SVGs. The title tag should only be extracted from <head>.

Preparing a fix.