GateNLP / ultimate-sitemap-parser

Ultimate Website Sitemap Parser
https://mediacloud.org/
Other
182 stars 64 forks source link

Invalid time stamp cannot be handled #31

Open ebauch opened 2 years ago

ebauch commented 2 years ago
from usp.tree import sitemap_tree_for_homepage
sitemap_tree_for_homepage('https://www.lobinc.ca/')

Maybe the parser should fail more gracefully if a date can't be converted. The sitemap seems to be fine otherwise. https://www.lobinc.ca/sitemap.xml

image