added BFS to readme

This commit is contained in:
Kиро.Kрика 2024-08-14 20:51:08 +03:00 committed by GitHub
parent f3197f9c5a
commit 1c6c5794af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,8 @@
# Playwright_Scraper
Playwright scraper and crawler
# Versions and Differences
BFS version
The BFS version uses the Breadth-First Search Approach
To ensure the crawler explores all pages more thoroughly the crawler processes all immediate links (siblings) at the current depth level before moving on to deeper levels.