X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3e1e503e9fe0a2ad1fe7becb8102e3f760376794..84857c8e944af74ee5904db84149ab2ceef8bfef:/lib/dcparser/dcparser.py diff --git a/lib/dcparser/dcparser.py b/lib/dcparser/dcparser.py index 5df7700c1..7d4386237 100644 --- a/lib/dcparser/dcparser.py +++ b/lib/dcparser/dcparser.py @@ -57,6 +57,8 @@ class BookInfo(object): DC('publisher') : ('publisher', converters.str_to_unicode), DC('source') : ('source_name', converters.str_to_unicode), DC('source.URL') : ('source_url', converters.str_to_unicode), + DC('identifier.url') : ('url', converters.str_to_unicode), + DC('relation.hasPart') : ('parts', converters.str_to_unicode_list), } @classmethod