escapepod
escapepod copied to clipboard
Import has problems with double quote (") in Podcast title
Describe the bug When exporting from EscapePod a nice XML file is created. While importing that file it will end with the last Podcast right before double quote (") and ignore the rest of the file.
To Reproduce Try it with the Podcast "Kein Mucks!" from German Radio Bremen https://www.radiobremen.de/sendungen/kein-mucks-104.html
Expected behavior Complete Import of file.
Device:
- Device: OnePlus Nord CE
- OS: Android 11 (OxygenOS 11)
- Version
Additional context As workaround I edited the file by hand and deleted the double quotes in the podcast title.
Hi @giwu37
Thanks for reporting this bug!
I made the rookie mistake of not properly escaping XML special characters like " & ' < >
. This should be fixed with the next release.
Cheers