We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581251a commit bf4cb5dCopy full SHA for bf4cb5d
README.md
@@ -6,7 +6,7 @@ Because Scrapy does not have a good way to pass custom headers to a proxy when y
6
7
To use this extension, do the following:
8
9
-1. `pip install scrapy_proxy_headers`
+1. `pip install scrapy-proxy-headers`
10
2. In your Scrapy `settings.py`, add the following code:
11
12
```python
pyproject.toml
@@ -23,3 +23,4 @@ classifiers = [
23
[project.urls]
24
Homepage = "https://github.com/proxymesh/scrapy-proxy-headers"
25
Changelog = "https://github.com/proxymesh/scrapy-proxy-headers/commits/main/"
26
+Issues = "https://github.com/proxymesh/scrapy-proxy-headers/issues"
0 commit comments