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 = {
|
months = {
|
||||||
'de': {
|
'de': {
|
||||||
1: ['jän'],
|
1: ['jän', 'januar'],
|
||||||
2: ['februar'],
|
2: ['februar'],
|
||||||
3: ['märz'],
|
3: ['märz'],
|
||||||
5: ['mai'],
|
5: ['mai'],
|
||||||
6: ['juni'],
|
6: ['juni'],
|
||||||
7: ['juli'],
|
7: ['juli'],
|
||||||
10: ['okt'],
|
10: ['okt', 'oktober'],
|
||||||
12: ['dez']
|
12: ['dez', 'dezember']
|
||||||
},
|
},
|
||||||
'it': {
|
'it': {
|
||||||
1: ['enn'],
|
1: ['enn'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user