c4software / python-sitemap

Mini website crawler to make sitemap from a website.
GNU General Public License v3.0
366 stars 110 forks source link

add basic auth to enable crawling of password protected sites #61

Closed LoveBootCaptain closed 4 years ago

LoveBootCaptain commented 4 years ago

Hi :) I recently used your cool little crawler and added some handy features for myself and some work usecases. we need to crawl basic auth protected sites from time to time which are not public yet. So I thought about adding it to your little tool as an handy option which might be useful in some cases or for some individuals.

kind regards

c4software commented 4 years ago

Thanks for the PR ! It's a really nice addition. I take a look at it right now

c4software commented 4 years ago

Thanks a lot ! Merged 🎉

LoveBootCaptain commented 4 years ago

Merci my friend.