feat(crawler): add URL redirection tracking
Add capability to track and return final URLs after redirects in crawler responses. This enhancement helps users understand the actual destination of crawled URLs after any redirections. Changes include: - Added final_url tracking in AsyncPlaywrightCrawlerStrategy - Added redirected_url field to CrawlResult model - Updated AsyncWebCrawler to properly handle and store redirect URLs - Fixed typo in documentation signature
This commit is contained in:
@@ -132,4 +132,4 @@ Throughout these sections, you’ll find code samples you can **copy-paste** int
|
||||
Thank you for joining me on this journey. Let’s keep building an **open, democratic** approach to data extraction and AI together.
|
||||
|
||||
Happy Crawling!
|
||||
— *Unclecde, Founder & Maintainer of Crawl4AI*
|
||||
— *Unclecode, Founder & Maintainer of Crawl4AI*
|
||||
|
||||
Reference in New Issue
Block a user