Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Mar 1, 2024
1 parent 9376720 commit b03d564
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sources/scraping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ For more information about spider implementation please also see [Scrapy docs](h

You can pass scrapy settings via

1. `run_pipeline(..., scrapy_settings={...})`
2. `create_pipeline_runner(..., scrapy_settings={...})`
1. `run_pipeline(..., scrapy_settings={...})`,
2. `create_pipeline_runner(..., scrapy_settings={...})`,
3. Overriding defaults in `settings.py`.

Example:
```py
Expand Down

0 comments on commit b03d564

Please sign in to comment.