Whats Changed
This release brings performance improvements by skipping URL parsing per page.
You can now also pass in a second param to the page link methods to collect the links with a new domain target.
Targeting the correct root domain for parsing the links is now handled across features.
If you used page::Page::take_url
directly you may need to call page::Page::set_url_parsed_direct_empty()
first or the page::Page::get_url_parsed()
method.
- perf(cli): add page links direct return
- cli(scrape): now outputs full page links
Full Changelog: v2.24.15...v2.26.1