When spidering a website I have found that pywebcopy saves the images like this: `domain.com/dir/image_1.jpg.jpeg` But the source contains `<img src="./image_1.jpg">` In other words, it's appending a .jpeg extension where it oughtn't.