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

fix bug in is_scanned, wierd explode #53

Closed jandanielcz closed 6 years ago

jandanielcz commented 6 years ago

There was strange use of explode, fix and test added.

vezaynk commented 6 years ago

All good! Thanks for the tests too!