Closed shaun-hutch closed 4 years ago
Hi Steven,
Thank you for your feedback on my pull request and I will make the appropriate changes and additions. My current pull request is actually about to change as I needed to do a refactor on where the meta URL is actually obtained. My plan then will be to close this pull request and only open a new one once I have put together my changes and have written unit tests.
Regards,
Shaun
This feature adds functionality allowing the crawler to process links obtained from inside an HTML
<meta>
tag. The URL is then added to the list of links which can then be further processed.I have created a new property in Abot2,
CrawlConfiguration.cs
, namedFollowMetaRedirects
defaulting to false.