citronalco / calibre-dnb

Calibre Plugin to download metadata and covers from DNB (Deutsche Nationalbibliothek)
GNU General Public License v3.0
10 stars 4 forks source link

Improve xpath syntax #5

Closed citronalco closed 4 years ago

citronalco commented 4 years ago

Currently ".//nodename" ("find anywhere below current node") is used nearly everywhere. This is generally ok, but as the XMLs structure is pretty easy, it would be better to use "./path/to/nodename" instead.

citronalco commented 4 years ago

done in 0a4606a40c212a7ebddf0e280033d72c9ca4b939