vezaynk / Sitemap-Generator-Crawler

PHP script to recursively crawl websites and generate a sitemap. Zero dependencies.
https://www.bbss.dev
MIT License
241 stars 92 forks source link

Single-quote attribute error #13

Closed anatolinicolae closed 7 years ago

anatolinicolae commented 7 years ago

When the links on the page has single-quoted href, the crawler doesn't filter opening/closing quotes, leading to an non valid sitemap.

The issue basically consists in a slightly wrong regex, which doesn't consider this.

vezaynk commented 7 years ago

Closed. Refer to PR #14