mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
[Bug] Unable to fetch Douban metadata, due to wrong XML namespace. This bug was introduced in 5f8a7c04
This commit is contained in:
parent
28965f45ae
commit
4d3fbd018a
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user