# RSSフィードのURLをエクスポート

**URL:** https://meta.discourse.org/t/export-rss-feed-urls/368927
**Category:** Data & reporting
**Tags:** rss-polling, sql-query
**Created:** [2025 年 6 月 5 日午前 1:56 UTC](https://meta.discourse.org/t/export-rss-feed-urls/368927 "2025-06-05T01:56:53Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [2025 年 6 月 5 日午前 3:51 UTC](https://meta.discourse.org/t/export-rss-feed-urls/368927/2 "2025-06-05T03:51:27Z")

</div>

データエクスプローラーでこれを行い、.jsonまたは.csvファイルをエクスポートできます。

```sql
SELECT url
FROM discourse_rss_polling_rss_feeds

```

---

_[View the full topic](https://meta.discourse.org/t/export-rss-feed-urls/368927)._
