Kurt McKee
Kurt McKee
Testing this in develop branch on python 2.7.11 on Ubuntu and I'm not able to reproduce the problem. Please confirm that the issue continues if you manually download the feed...
@anarcat, are you still seeing this behavior? If so, I'll jump in on this and work to get feedparser to quit crashing. Re: GUID heuristics, feedparser won't be updated to...
Perfect, I'll try to get this fixed. On May 7, 2018 1:36:10 PM UTC, anarcat wrote: >i still get the same error than originally reported. should i send a PR...
Thanks for bringing this to my attention! I thought that I did a grep for this years ago but I guess I didn't. =( I'll get this fixed soon!
Thanks for pointing this out! I'll get this fixed soon! =)
Wow, that is strange behavior! CDATA sections are simply a way to avoid escaping content that contains reserved XML characters like "10,000 years ago: study" />Rice, one of the world's...
Thanks for reporting this! I'd like to confirm the behavior: is the KeyError happening in code that you've written? Or is it happening while parsing a specific feed? Finally, what...
@johniez thanks for reporting this! @twm, great suggestion! I'd like feedparser to be far more stable and secure than it is, so this may be a necessary change to protect...
@louisameline thanks for pointing this out. I'll think about how to implement this, but my gut is that if the encoding is already known perhaps it would be possible to...
I think that's correct -- the `htmlUrl` is only checked if `xmlUrl` doesn't exist (and stored in `opportunities`), but I think you're right that it will be good to store...