When reading metadata from HTML also recognize <meta name="dc.description"> as being comments

This commit is contained in:
Kovid Goyal 2018-03-17 14:06:09 +05:30
parent 8cf00ab16f
commit b616f0eb9c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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',),
}