GateNLP / ultimate-sitemap-parser

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

Throwing Exception while parsing date #22

Open malhotraguy opened 4 years ago

malhotraguy commented 4 years ago

Throwing unknown string format: null error while parsing the date. URL used: https://www.ey.com/en_gl For better reference traceback snapshot: Screenshot from 2020-07-24 03-22-27 Screenshot from 2020-07-24 03-23-54

pypt commented 4 years ago

Thanks, I'll have a look. PRs (e.g. a simple try-catch around dateutil_parse()) are welcome too!