[Bug] Unable to fetch Douban metadata, due to wrong XML namespace. This bug was introduced in 5f8a7c04

This commit is contained in:
Li Fanxi 2017-09-19 23:35:27 +08:00
parent 28965f45ae
commit 4d3fbd018a

View File

@ -20,7 +20,7 @@ from calibre import as_unicode
NAMESPACES = { NAMESPACES = {
'openSearch':'http://a9.com/-/spec/opensearchrss/1.0/', 'openSearch':'http://a9.com/-/spec/opensearchrss/1.0/',
'atom' : 'http://www.w3.org/2005/Atom', 'atom' : 'http://www.w3.org/2005/Atom',
'db': 'http://www.douban.com/xmlns/', 'db': 'https://www.douban.com/xmlns/',
'gd': 'http://schemas.google.com/g/2005' 'gd': 'http://schemas.google.com/g/2005'
} }