now with configuration
This commit is contained in:
parent
65b1520697
commit
34d26f7def
10 changed files with 497 additions and 83 deletions
13
demo/repub.toml
Normal file
13
demo/repub.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
out_dir = "out"
|
||||
|
||||
[[feeds]]
|
||||
name = "gp-pod"
|
||||
url = "https://guardianproject.info/podcast/podcast.xml"
|
||||
|
||||
[[feeds]]
|
||||
name = "nasa"
|
||||
url = "https://www.nasa.gov/rss/dyn/breaking_news.rss"
|
||||
|
||||
[scrapy.settings]
|
||||
LOG_LEVEL = "INFO"
|
||||
DOWNLOAD_TIMEOUT = 30
|
||||
Loading…
Add table
Add a link
Reference in a new issue