aerkalov / ebooklib

Python E-book library for handling books in EPUB2/EPUB3 format -
https://ebooklib.readthedocs.io/
GNU Affero General Public License v3.0
1.5k stars 233 forks source link

fix: lxml root warning #305

Closed plu5 closed 7 months ago

plu5 commented 7 months ago

Fix the following warning when using ebooklib with the latest version of lxml (5.2.1):

ebooklib/epub.py:1423: FutureWarning: This search incorrectly ignores the root element, and will be fixed in a future version. If you rely on the current behaviour, change it to './/xmlns:rootfile[@media-type]'

c1924959470 commented 7 months ago

   您好!您的来信我已接受,我会尽快回复您。

aerkalov commented 7 months ago

Thanks!