c4software/python-sitemap

HTTPS urls

wernerb90 opened this issue · 2 comments

Hi,

I noticed that even though the links in the page doesn't specify this, the tag always defaults to http://, even when the <a href="/"></a> doesn't include the domain?

i.e. with this command:

python3 main.py --domain https://www.****/ --images --output sitemap.xml --verbose

I get:

image

Nice catch

Works for me - thanks!