From 73da04015bc0c3f758bfd42ba09ea95ff89d3d7d Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 13 Apr 2025 14:31:55 +0200 Subject: [PATCH] Article adjustment --- docs/tutorials/replacing_ai.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/replacing_ai.md b/docs/tutorials/replacing_ai.md index c2c8f90..36efbf0 100644 --- a/docs/tutorials/replacing_ai.md +++ b/docs/tutorials/replacing_ai.md @@ -1,4 +1,4 @@ -# Scrapling: A Cost-Effective Alternative to AI for Robust Web Scraping +# Scrapling: A Free Alternative to AI for Robust Web Scraping Web scraping has long been a vital tool for data extraction, but experienced users often encounter persistent issues that can hinder effectiveness. Recently, there's been a noticeable shift toward AI-based web scraping, driven by its potential to address these challenges. diff --git a/mkdocs.yml b/mkdocs.yml index a9a1bbc..abcd3a9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -74,7 +74,7 @@ nav: - Dynamically loaded websites: fetching/dynamic.md - Fully bypass protections while fetching: fetching/stealthy.md - Tutorials: - - Cost-Effective Alternative for AI Web Scraping: tutorials/replacing_ai.md + - A Free Alternative to AI for Robust Web Scraping: tutorials/replacing_ai.md - Migrating from BeautifulSoup: tutorials/migrating_from_beautifulsoup.md # - Migrating from AutoScraper: tutorials/migrating_from_autoscraper.md - Development: