repub: support slugged feeds and imported TOML feed configs
This commit is contained in:
parent
30b81934a8
commit
5a8162c876
9 changed files with 324 additions and 76 deletions
|
|
@ -1,11 +1,13 @@
|
|||
out_dir = "out"
|
||||
|
||||
[[feeds]]
|
||||
name = "gp-pod"
|
||||
name = "Guardian Project Podcast"
|
||||
slug = "gp-pod"
|
||||
url = "https://guardianproject.info/podcast/podcast.xml"
|
||||
|
||||
[[feeds]]
|
||||
name = "nasa"
|
||||
name = "NASA Breaking News"
|
||||
slug = "nasa"
|
||||
url = "https://www.nasa.gov/rss/dyn/breaking_news.rss"
|
||||
|
||||
[scrapy.settings]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue