Skip to content

Commit 43c3e88

Browse files
committed
update scrapy-playwright
1 parent e240231 commit 43c3e88

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG SCRAPY_SPLASH_VERSION=0.9.0
1313
ARG SCRAPYRT_VERSION=v0.15.0
1414
ARG SPIDERMON_VERSION=1.20.0
1515
ARG SCRAPY_POET_VERSION=0.16.0
16-
ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.32
16+
ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.33
1717

1818
SHELL ["/bin/bash", "-c"]
1919

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ utility which allows you to deploy your project to a Scrapyd server.
2222

2323
[scrapy-poet][7] is the web-poet Page Object pattern implementation for Scrapy.
2424

25+
[scrapy-playwright][8] is a Scrapy Download Handler which performs requests using Playwright for Python.
26+
2527
This image is based on `debian:bookworm`, 8 latest stable python packages are installed:
2628

2729
- scrapy==2.11.0
@@ -31,7 +33,7 @@ This image is based on `debian:bookworm`, 8 latest stable python packages are in
3133
- scrapyrt==v0.15.0
3234
- spidermon==1.20.0
3335
- scrapy-poet==0.16.0
34-
- scrapy-playwright==v0.0.32
36+
- scrapy-playwright==v0.0.33
3537

3638
```bash
3739
# fetch latest versions
@@ -166,5 +168,5 @@ $ curl -s 'http://localhost:9080/crawl.json?spider_name=toscrape-css&callback=pa
166168
[5]: https://github.com/scrapinghub/scrapyrt
167169
[6]: https://github.com/scrapinghub/spidermon
168170
[7]: https://github.com/scrapinghub/scrapy-poet
169-
[8]: https://github.com/python-pillow/Pillow
171+
[8]: https://github.com/scrapy-plugins/scrapy-playwright
170172
[9]: <https://docs.scrapy.org/en/latest/news.html#scrapy-2-0-0-2020-03-03>

0 commit comments

Comments
 (0)