extractus / feed-extractor

Simplest way to read & normalize RSS/ATOM/JSON feed data

Home Page:https://extractor-demos.pages.dev/feed-extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medium feeds - no description tag, only content:encoded -> empty description

lwojcik opened this issue · comments

Hi again!

I found another edge case and this time it's Medium feeds being naughty. They contain no description tag, only content:encoded with HTML content.

Example: https://medium.com/feed/@ameliakusiak

Traditionally, it can be worked around with getExtraEntryFields.

@lwojcik let's me see. I remember that I've worked with some RSS from Medium before.

@lwojcik I've found the cause. Medium feed applies RSS 2.0 standard but it does not use description tag, but content:encoded tag as same as Atom standard. This has been fixed with v7.0.3 by some tweeks.

Updated to v7.0.3, problem solved. Thank you very much!