Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci authored Oct 13, 2024
1 parent 86e2adb commit 8d03f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 🕷️ Scrapling: Lightning-Fast, Adaptive Web Scraping for Python
[![PyPI version](https://badge.fury.io/py/scrapling.svg)](https://badge.fury.io/py/scrapling) [![Supported Python versions](https://img.shields.io/pypi/pyversions/scrapling.svg)](https://pypi.org/project/scrapling/) [![License](https://img.shields.io/badge/License-BSD--3-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![PyPI version](https://badge.fury.io/py/Scrapling.svg)](https://badge.fury.io/py/Scrapling) [![Supported Python versions](https://img.shields.io/pypi/pyversions/scrapling.svg)](https://pypi.org/project/scrapling/) [![License](https://img.shields.io/badge/License-BSD--3-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

Dealing with failing web scrapers due to website changes? Meet Scrapling.

Expand Down Expand Up @@ -37,7 +37,7 @@ products = page.css('.product', auto_match=True) # Still finds them!

## Getting Started

Let's walk through a basic example that demonstrates small group of Scrapling's core features:
Let's walk through a basic example that demonstrates a small group of Scrapling's core features:

```python
import requests
Expand Down Expand Up @@ -431,4 +431,4 @@ This project includes code adapted from:
- In the auto-matching save process, the unique properties of the first element from the selection results are the only ones that get saved. So if the selector you are using selects different elements on the page that are in different locations, auto-matching will probably return to you the first element only when you relocate it later. This doesn't include combined CSS selectors (Using commas to combine more than one selector for example) as these selectors get separated and each selector gets executed alone.
- Currently, Scrapling is not compatible with async/await.
<div align="center"><small>Made with ❤️ by Karim Shoair</small></div><br>
<div align="center"><small>Made with ❤️ by Karim Shoair</small></div><br>

0 comments on commit 8d03f8a

Please sign in to comment.