Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<link type="application/rss+xml"> was not parsed #48

Closed
slavaGanzin opened this issue Nov 8, 2018 · 1 comment
Closed

<link type="application/rss+xml"> was not parsed #48

slavaGanzin opened this issue Nov 8, 2018 · 1 comment

Comments

@slavaGanzin
Copy link

slavaGanzin commented Nov 8, 2018

Hello, thanks for your project.

I found that rss-finder return empty feedUrls if I run:

var rssFinder = require('rss-finder');
 
rssFinder('https://outsideonline.com').then(function(res) {
    console.log(res);
}).catch(function(err) {
    console.log(err);
});

Result:

{ site: 
   { title: 'Pinterest Icon',
     favicon: 'https://www.outsideonline.com/sites/default/files/favicon_1.ico',
     url: 'https://www.outsideonline.com' },
  feedUrls: [] }

But this page has valid rss feed link in head section:

<link rel="alternate" type="application/rss+xml" title="Semi-Rad" href="https://www.outsideonline.com/taxonomy/term/10311/%2A/feed">

Can you guide me through this issue?

rss-finder@2.0.6
node@9.4.0

@ggkovacs
Copy link
Owner

I not found rss link in https://www.outsideonline.com site source code. All test passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants