mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 18:44:11 +02:00
When reading metadata from HTML also recognize <meta name="dc.description"> as being comments
This commit is contained in:
parent
8cf00ab16f
commit
b616f0eb9c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def get_metadata(stream):
|
|||
'series': ('series',),
|
||||
'series_index': ('seriesnumber', 'series_index', 'series.index'),
|
||||
'rating': ('rating',),
|
||||
'comments': ('comments',),
|
||||
'comments': ('comments', 'dc.description'),
|
||||
'tags': ('tags',),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue