PHPScraper
PHPScraper copied to clipboard
Allow to return the sitemap URL
It would be beneficial to return the URL of the sitemap.xml file directly.
In a second step the parsing of the sitemap could be done by PHPScraper. For this, a library such as https://github.com/VIPnytt/SitemapParser could be used.
Implemented with PR above.