Fix XmlTagUrlParser and make Python 3 compatible#335
Fix XmlTagUrlParser and make Python 3 compatible#335mgedmin merged 1 commit intolinkchecker:masterfrom
Conversation
|
It looks like sitemap checking never worked, this is an attempt to fix that as well as Python 3 support. Having said that I haven't done a successful check of a real world sitemap file. I have gone back to |
There was a problem hiding this comment.
Good catch about the sitemap parser being broken!
Apologies for creating extra work for you, but the regression test I thought I enabled wasn't actually testing the thing I thought it was testing -- passing unicode data to the expat parser on Python 2 "works" as long as that unicode data contains only characters in the ASCII subset.
URLs within a sitemap file were not being captured.
URLs within a sitemap file were not being captured.