Overwrite exported feed files
This commit is contained in:
parent
1d5126c2f8
commit
94dc8d62cb
2 changed files with 2 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ def build_feed_settings(
|
||||||
"format": "rss",
|
"format": "rss",
|
||||||
"postprocessing": [],
|
"postprocessing": [],
|
||||||
"feed_name": feed_slug,
|
"feed_name": feed_slug,
|
||||||
|
"overwrite": True,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ITEM_PIPELINES": item_pipelines,
|
"ITEM_PIPELINES": item_pipelines,
|
||||||
|
|
|
||||||
|
|
@ -158,6 +158,7 @@ def test_build_feed_settings_derives_output_paths_from_feed_slug(
|
||||||
"format": "rss",
|
"format": "rss",
|
||||||
"postprocessing": [],
|
"postprocessing": [],
|
||||||
"feed_name": "info-marti",
|
"feed_name": "info-marti",
|
||||||
|
"overwrite": True,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue