mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Amazon metadata download: Fix parsing of some dates on amazon.de
Fixes #1238125 [Download Covers: Error parsing publish date for url](https://bugs.launchpad.net/calibre/+bug/1238125)
This commit is contained in:
parent
e165bd4fde
commit
61f5306019
@ -46,14 +46,14 @@ class Worker(Thread): # Get details {{{
|
||||
|
||||
months = {
|
||||
'de': {
|
||||
1: ['jän'],
|
||||
1: ['jän', 'januar'],
|
||||
2: ['februar'],
|
||||
3: ['märz'],
|
||||
5: ['mai'],
|
||||
6: ['juni'],
|
||||
7: ['juli'],
|
||||
10: ['okt'],
|
||||
12: ['dez']
|
||||
10: ['okt', 'oktober'],
|
||||
12: ['dez', 'dezember']
|
||||
},
|
||||
'it': {
|
||||
1: ['enn'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user