mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Tag release
This commit is contained in:
parent
43203e3797
commit
4037796785
@ -83,6 +83,7 @@ class ArchiveExtract(FileTypePlugin):
|
||||
return of.name
|
||||
|
||||
def get_comic_book_info(d, mi):
|
||||
# See http://code.google.com/p/comicbookinfo/wiki/Example
|
||||
series = d.get('series', '')
|
||||
if series.strip():
|
||||
mi.series = series
|
||||
@ -111,6 +112,7 @@ def get_comic_book_info(d, mi):
|
||||
|
||||
|
||||
def get_cbz_metadata(stream):
|
||||
# See http://code.google.com/p/comicbookinfo/wiki/Example
|
||||
from calibre.utils.zipfile import ZipFile
|
||||
from calibre.ebooks.metadata import MetaInformation
|
||||
import json
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user