1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Fixed bookmark parsing (close #229)

This commit is contained in:
Paweł Jastrzębski
2019-03-07 08:21:56 +01:00
parent 535c2c220b
commit cd83b2899c

View File

@@ -39,7 +39,6 @@ class MetadataParser:
self.format = None
if self.source.endswith('.xml') and os.path.exists(self.source):
self.rawdata = parse(self.source)
self.parseXML()
elif not self.source.endswith('.xml'):
try:
cbx = comicarchive.ComicArchive(self.source)