Naver Blog RSS feeds provide only partial content. When using the
Full Article button, extraction fails silently because blog.naver.com
is a JavaScript-heavy SPA that Mercury/Feedbin's extractor cannot parse.
The mobile version (m.blog.naver.com) renders as static HTML and
extracts successfully.
Proposed fix: transform blog.naver.com URLs to m.blog.naver.com
before sending to the extractor service, and strip tracking parameters
(?fromRss=true&trackingCode=rss) that Naver appends to RSS feed links.
I have a PR ready: #5228
Naver Blog RSS feeds provide only partial content. When using the
Full Article button, extraction fails silently because blog.naver.com
is a JavaScript-heavy SPA that Mercury/Feedbin's extractor cannot parse.
The mobile version (m.blog.naver.com) renders as static HTML and
extracts successfully.
Proposed fix: transform blog.naver.com URLs to m.blog.naver.com
before sending to the extractor service, and strip tracking parameters
(?fromRss=true&trackingCode=rss) that Naver appends to RSS feed links.
I have a PR ready: #5228