o / sitemap-php

Library for generating Google sitemap XML files
MIT License
300 stars 177 forks source link

Giving the same URL to the class creates duplicate in the resulting sitemap file. #6

Open saleemkce opened 9 years ago

saleemkce commented 9 years ago

I ran this script and it generated 60,000 links in 2 sitemaps but I gave the same URL to the class by mistake. It created the duplicate in the second sitemap file. Is there a way to avoid creating duplicates?