docs: Update all pages/docstrings to reflect recent changes

This commit is contained in:
Karim shoair
2025-09-29 03:57:40 +03:00
parent 0cf3bcf3aa
commit 8ad7cd6343
10 changed files with 129 additions and 84 deletions
+4 -1
View File
@@ -36,6 +36,9 @@ The extract command is a set of simple terminal tools that:
# Save a clean version of the text content of the webpage to the file
scrapling extract get "https://example.com" content.txt
# Or use the Docker image with something like this:
docker run -v $(pwd)/output:/output scrapling extract get "https://blog.example.com" /output/article.md
```
- **Extract Specific Content**
@@ -345,4 +348,4 @@ If you are not a Web Scraping expert and can't decide what to choose, you can us
---
*Happy scraping! Remember to always respect website policies and comply with all applicable legal requirements.*
*Happy scraping! Remember to always respect website policies and comply with all applicable laws and regulations.*