docs: update README logo

This commit is contained in:
Karim shoair
2025-04-12 22:36:25 +02:00
committed by GitHub
parent ca9daf23de
commit 211825a49e
+8 -12
View File
@@ -1,15 +1,11 @@
# 🕷️ Scrapling: Undetectable, Lightning-Fast, and Easy Web Scraping with Python <p align=center>
<p align="center"> <br>
<a href="https://github.com/D4Vinci/Scrapling/actions/workflows/tests.yml" alt="Tests"> <a href="https://scrapling.readthedocs.io/en/latest/" target="_blank"><img src="https://raw.githubusercontent.com/D4Vinci/Scrapling/main/images/poster.png" style="width: 50%; height: 100%;"/></a>
<img alt="Tests" src="https://github.com/D4Vinci/Scrapling/actions/workflows/tests.yml/badge.svg"></a> <br>
<a href="https://badge.fury.io/py/Scrapling" alt="PyPI version"> <i>Easy, effortless Web Scraping as it should be!</i>
<img alt="PyPI version" src="https://badge.fury.io/py/Scrapling.svg"></a> <br>
<a href="https://pepy.tech/project/scrapling" alt="PyPI Downloads">
<img alt="PyPI Downloads" src="https://static.pepy.tech/badge/scrapling"></a>
<br/>
<a href="https://pypi.org/project/scrapling/" alt="Supported Python versions">
<img alt="Supported Python versions" src="https://img.shields.io/pypi/pyversions/scrapling.svg"></a>
</p> </p>
<p align="center"> <p align="center">
<a href="https://scrapling.readthedocs.io/en/latest/#installation"> <a href="https://scrapling.readthedocs.io/en/latest/#installation">
Installation Installation
@@ -231,4 +227,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. If the selector you are using selects different elements on the page in different locations, auto-matching will return the first element to you 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. - In the auto-matching save process, the unique properties of the first element from the selection results are the only ones that get saved. If the selector you are using selects different elements on the page in different locations, auto-matching will return the first element to you 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.
--- ---
<div align="center"><small>Designed & crafted with ❤️ by Karim Shoair.</small></div><br> <div align="center"><small>Designed & crafted with ❤️ by Karim Shoair.</small></div><br>