This commit is contained in:
Kovid Goyal 2017-09-20 07:50:56 +05:30
commit 81f6841cdb
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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'
} }