c4software / python-sitemap

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

Adding trailing '/' to all URLs #43

Closed dgursh closed 7 years ago

dgursh commented 7 years ago

All of my site's URLs include a trailing '/'

https://www.example.com/
https://www.example.com/dir/

not the following:

https://www.example.com
https://www.example.com/dir

This script made all of my links use the links without the trailing '/'

How do I add the trailing '/' in?

ghost commented 7 years ago

Please post the exact command you are using and part of the exact output you get with the error.