# RSS Plugin not pulling certain URLs

**URL:** https://meta.discourse.org/t/rss-plugin-not-pulling-certain-urls/184118
**Category:** Support
**Tags:** rss-polling
**Created:** [March 23, 2021, 12:09am UTC](https://meta.discourse.org/t/rss-plugin-not-pulling-certain-urls/184118 "2021-03-23T00:09:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![natlockshin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natlockshin/32/210428_2.png) [@natlockshin](https://meta.discourse.org/u/natlockshin)
#### Post date: [March 23, 2021, 12:09am UTC](https://meta.discourse.org/t/rss-plugin-not-pulling-certain-urls/184118/1 "2021-03-23T00:09:42Z")

</div>

I am using the [Discourse RSS Polling plugin](https://github.com/discourse/discourse-rss-polling) to pull Podcast RSS feeds into my forum.

For a number of feeds this is working well however for `rss.art19.com` URLs including `https://rss.art19.com/techmeme-ridehome` I have no new topics created by this RSS feed.

There appears to be no errors in the logs to indicate why this is happening. The feed itself is valid and using `http` instead of `https` has also not worked.

Any assistance or indicators as to why this would be occurring would be appreciated as a number of feeds use `rss.art19.com` and none of them work so far.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [March 24, 2021, 12:46am UTC](https://meta.discourse.org/t/rss-plugin-not-pulling-certain-urls/184118/2 "2021-03-24T00:46:13Z")

</div>

When I test the `https://rss.art19.com/techmeme-ridehome` feed on my site, the issue I’m seeing is that no URL is being found for the feed items. That means that it’s failing to create the topic here:

> <https://github.com/discourse/discourse/blob/main/app/models/topic_embed.rb#L31>

I’m unsure why the URL is not being found, or if sorting out that issue would allow the topics to be created without other issues. I’ll try to find some time to look into this some more this week. If anyone knows about how the URL for a feed item gets set, please let me know.

---

<div class="post-metadata">

### Author: ![natlockshin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natlockshin/32/210428_2.png) [@natlockshin](https://meta.discourse.org/u/natlockshin)
#### Post date: [March 24, 2021, 3:03am UTC](https://meta.discourse.org/t/rss-plugin-not-pulling-certain-urls/184118/3 "2021-03-24T03:03:11Z")

</div>

Simon,

Looking at the contents of the RSS feed for `https://rss.art19.com/techmeme-ridehome` there does not appear to be a `link` in the XML.

I compared a “working” feed with the [art19.com](http://art19.com) feed and found the only URL was the `<enclosure url="https://rss.art19.com/episodes/f54ad305-b10d-4842-abb6-e01908b82e74.mp3" type="audio/mpeg" length="3282651" />` URL for the podcast audio.

Compared with the “working” feed `<link>https://play.acast.com/s/myfirstmillion/suliali-frommaking-76kjobatmicrosofttosellingtinycofor-100m-</link>`

Therefore if this plugin requires that `link` then the `https://rss.art19.com/techmeme-ridehome` feed will not work.

cheers,

---

<div class="post-metadata">

### Author: ![natlockshin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natlockshin/32/210428_2.png) [@natlockshin](https://meta.discourse.org/u/natlockshin)
#### Post date: [March 4, 2021, 4:55am UTC](https://meta.discourse.org/t/rss-plugin-not-pulling-certain-urls/184118/4 "2021-03-04T04:55:32Z")

</div>

Thanks Simon,

I can’t see any of the errors or why the RSS isn’t parsing:

[https://rss.art19.com/techmeme-ridehome.xml](https://rss.art19.com/techmeme-ridehome.xml)

 ![IMG_6371.jpg](https://global.discourse-cdn.com/meta/original/3X/4/1/41e011cba9194bdacd5cc8f0309860a5fa6a3506.jpeg)

@simon do you think the RSS feed is not formatted correctly which is why the plug-in isn’t pulling the data? Or is there something else I am missing?

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [March 4, 2021, 5:18pm UTC](https://meta.discourse.org/t/rss-plugin-not-pulling-certain-urls/184118/5 "2021-03-04T17:18:19Z")

</div>

> [@natlockshin](#):
>
> do you think the RSS feed is not formatted correctly which is why the plug-in isn’t pulling the data?

Is it failing to pull in all of the items from that feed, or are just some of them missing?
