gaoxiaoliangz / epub-parser

A powerful yet easy-to-use epub parser
150 stars 22 forks source link

info.authors is string instead of array #36

Open mariusa opened 2 years ago

mariusa commented 2 years ago

A book can have multiple authors. info.authors should be an array of authors, not string.

example from xml:

<dc:creator opf:role="aut" opf:file-as="Santa &amp; Smith, John">Santa Claus</dc:creator>
<dc:creator opf:role="aut">John Smith</dc:creator>
uxiew commented 5 months ago

I Fixed this Problem https://github.com/uxiew/epub2MD