volkamerlab / opencadd

A Python library for structural cheminformatics
https://opencadd.readthedocs.io
MIT License
91 stars 18 forks source link

databases.klifs: HTML-encoded entities in some strings #67

Closed jaimergp closed 3 years ago

jaimergp commented 3 years ago

Some fields contain HTML-encoded entities in their values:

image

It might be a good idea to html.unescape those. This possibly affects more fields, so it might be a good idea to apply it during the API retrieval in a general way, but I guess you'll know better how to patch this, @dominiquesydow :)

dominiquesydow commented 3 years ago

Thanks, @jaimergp, for catching this. Will put it on my list for this week.