chore: update flag spider & add item loader for processing

This commit is contained in:
2022-06-26 22:08:27 +01:00
parent 9ef6f94516
commit ceb7aa5b08
5 changed files with 26 additions and 12 deletions

View File

@@ -31,6 +31,10 @@ Exporting JSON:
Setting exports per spider:
<https://stackoverflow.com/a/53322959>
Processing using item loaders + pipelines:
<https://thepythonscrapyplaybook.com/scrapy-beginners-guide-cleaning-data/#pre-processing-data-with-scrapy-item-loaders>
<https://docs.scrapy.org/en/latest/topics/loaders.html>
### new project
```