Zehao Lu
Zehao Lu
可以尝试#969中提到的解决方案:https://github.com/lyswhut/lx-music-desktop/issues/969
@ValeKnappich I came across this issue randomly, but maybe my new python package [grobidmonkey](https://github.com/com3dian/Grobidmonkey/tree/master) might help? to get the outline hierarchy you can simply do ```python from grobidmonkey import reader...
@ValeKnappich Hi thanks for the feedback. You are right, this package developed based the wrapped code I used in my own project, so there is likely some issues. Can you...
Thanks a lot! I'm not using command line tools for this part of my project(and I don't know how `xmllint` works either) so I wrote some python scripts and it...
> @com3dian Can I use your python scripts?I want get all the text under the `` part. Hi @TaichiLi, I used the [xmltodict](https://pypi.org/project/xmltodict/) package for my own project to read...