kurtmckee / feedparser

Parse feeds in Python
https://feedparser.readthedocs.io/en/latest/
Other
1.89k stars 336 forks source link

Allow multiple XML-tags with the same name to be parsed as list #422

Open fliiiix opened 6 months ago

fliiiix commented 6 months ago

Add testcase to capture the issue from #297 and parts of #301.

If someone can point me to where this should be fixed i will take a stab at it otherwise feel free to work on this.

fliiiix commented 6 months ago

@kurtmckee please take a look this it will slightly change behavior

the main use-case i have is the podcast:person item which renders a flat list

<podcast:person>a</podcast:person>
<podcast:person>b</podcast:person>
<podcast:person>c</podcast:person>