docs: update pages with the new media for testing zensical

This commit is contained in:
Karim shoair
2026-02-08 20:46:14 +02:00
parent 0e2e9fb2ed
commit db41a6c4b6
4 changed files with 38 additions and 10 deletions
+2 -2
View File
@@ -275,8 +275,8 @@ def scrape_products():
```python
from scrapling.fetchers import Fetcher
page = Fetcher.get('https://raw.githubusercontent.com/D4Vinci/Scrapling/main/images/poster.png')
with open(file='poster.png', mode='wb') as f:
page = Fetcher.get('https://raw.githubusercontent.com/D4Vinci/Scrapling/main/images/main_cover.png')
with open(file='main_cover.png', mode='wb') as f:
f.write(page.body)
```