alexadam / save-as-ebook

Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension
MIT License
1.1k stars 70 forks source link

All saved EPUB have identical identifier #44

Open k-kirill opened 3 years ago

k-kirill commented 3 years ago

The identifier element in the OEBPS/content.opf file of saved EPUB files has identical isbn value:

<dc:identifier id="db-id">isbn</dc:identifier>

So, adding a newly saved EPUB file to my foliate library replaces the old one. For the time being, to work around the issue, I have to generate UUID manually and use it instead of isbn for every file, which I would like to avoid.