republisher/demo/repub.toml

17 lines
350 B
TOML
Raw Normal View History

2026-03-29 13:52:23 +02:00
out_dir = "out"
[[feeds]]
name = "Guardian Project Podcast"
slug = "gp-pod"
2026-03-29 13:52:23 +02:00
url = "https://guardianproject.info/podcast/podcast.xml"
[[feeds]]
name = "NASA Breaking News"
slug = "nasa"
2026-03-29 13:52:23 +02:00
url = "https://www.nasa.gov/rss/dyn/breaking_news.rss"
[scrapy.settings]
LOG_LEVEL = "INFO"
DOWNLOAD_TIMEOUT = 30
2026-03-31 12:14:47 +02:00
REPUBLISHER_FEED_URL = "https://mirror.example"