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
|
|
@ -13,7 +13,8 @@ def test_entrypoint_supports_file_feed_urls(tmp_path: Path, monkeypatch) -> None
|
|||
out_dir = "out"
|
||||
|
||||
[[feeds]]
|
||||
name = "local-file"
|
||||
name = "Local Demo"
|
||||
slug = "local-file"
|
||||
url = "{fixture_path.as_uri()}"
|
||||
|
||||
[scrapy.settings]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue