Parse feeds in Python
Hi, I just encountered an issue with the library (basically it's with the XML that is wrong, but I can't contact the owners to fix this): ```xml <?xml. ... ``` So the XML file starts with a newline (which I believe is wrong, but it is as it is...). And the parser fails on those. What I did was simply a ".strip()" on the retrieved data, but maybe there is a cleaner way to handle this?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by svaningelgem and has received 0 comments.