Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
elacuesta committed Mar 27, 2021
1 parent c13a818 commit 42df750
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Playwright integration for Scrapy
[![version](https://img.shields.io/pypi/v/scrapy-playwright.svg)](https://pypi.python.org/pypi/scrapy-playwright)
[![pyversions](https://img.shields.io/pypi/pyversions/scrapy-playwright.svg)](https://pypi.python.org/pypi/scrapy-playwright)
[![actions](https://github.com/elacuesta/scrapy-playwright/workflows/Build/badge.svg)](https://github.com/elacuesta/scrapy-playwright/actions)
[![codecov](https://codecov.io/gh/elacuesta/scrapy-playwright/branch/master/graph/badge.svg)](https://codecov.io/gh/elacuesta/scrapy-playwright)
[![actions](https://github.com/scrapy-plugins/scrapy-playwright/workflows/Build/badge.svg)](https://github.com/scrapy-plugins/scrapy-playwright/actions)
[![codecov](https://codecov.io/gh/scrapy-plugins/scrapy-playwright/branch/master/graph/badge.svg)](https://codecov.io/gh/scrapy-plugins/scrapy-playwright)


This project provides a Scrapy Download Handler which performs requests using
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
long_description_content_type="text/markdown",
author="Eugenio Lacuesta",
author_email="eugenio.lacuesta@gmail.com",
url="https://github.com/elacuesta/scrapy-playwright",
url="https://github.com/scrapy-plugins/scrapy-playwright",
packages=["scrapy_playwright"],
classifiers=[
"Development Status :: 1 - Planning",

0 comments on commit 42df750

Please sign in to comment.