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
|
return of.name
|
||||||
|
|
||||||
def get_comic_book_info(d, mi):
|
def get_comic_book_info(d, mi):
|
||||||
|
# See http://code.google.com/p/comicbookinfo/wiki/Example
|
||||||
series = d.get('series', '')
|
series = d.get('series', '')
|
||||||
if series.strip():
|
if series.strip():
|
||||||
mi.series = series
|
mi.series = series
|
||||||
@ -111,6 +112,7 @@ def get_comic_book_info(d, mi):
|
|||||||
|
|
||||||
|
|
||||||
def get_cbz_metadata(stream):
|
def get_cbz_metadata(stream):
|
||||||
|
# See http://code.google.com/p/comicbookinfo/wiki/Example
|
||||||
from calibre.utils.zipfile import ZipFile
|
from calibre.utils.zipfile import ZipFile
|
||||||
from calibre.ebooks.metadata import MetaInformation
|
from calibre.ebooks.metadata import MetaInformation
|
||||||
import json
|
import json
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user