mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-30 23:03:02 +00:00 
			
		
		
		
	remove language from array metadata
This commit is contained in:
		| @@ -66,7 +66,7 @@ def get_epub_info(tmp_file_path, original_file_name, original_file_extension): | ||||
|         if len(tmp) > 0: | ||||
|             if s == 'creator': | ||||
|                  epub_metadata[s] = ' & '.join(p.xpath('dc:%s/text()' % s, namespaces=ns)) | ||||
|             elif s == 'language' or s == 'subject': | ||||
|             elif s == 'subject': | ||||
|                  epub_metadata[s] = ', '.join(p.xpath('dc:%s/text()' % s, namespaces=ns)) | ||||
|             else: | ||||
|                 epub_metadata[s] = p.xpath('dc:%s/text()' % s, namespaces=ns)[0] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jan Guzej
					Jan Guzej