15 lines
302 B
TOML
15 lines
302 B
TOML
out_dir = "out"
|
|
|
|
[[feeds]]
|
|
name = "Guardian Project Podcast"
|
|
slug = "gp-pod"
|
|
url = "https://guardianproject.info/podcast/podcast.xml"
|
|
|
|
[[feeds]]
|
|
name = "NASA Breaking News"
|
|
slug = "nasa"
|
|
url = "https://www.nasa.gov/rss/dyn/breaking_news.rss"
|
|
|
|
[scrapy.settings]
|
|
LOG_LEVEL = "INFO"
|
|
DOWNLOAD_TIMEOUT = 30
|