mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Amazon metadata download: Fix published date not being downloaded from amazon.it
This commit is contained in:
parent
97d6c83525
commit
85e6a6435b
@ -116,15 +116,18 @@ class Worker(Thread): # Get details {{{
|
||||
12: ['dez', 'dezember']
|
||||
},
|
||||
'it': {
|
||||
1: ['enn'],
|
||||
2: ['febbr'],
|
||||
5: ['magg'],
|
||||
1: ['gennaio', 'enn'],
|
||||
2: ['febbraio', 'febbr'],
|
||||
3: ['marzo'],
|
||||
4: ['aprile'],
|
||||
5: ['maggio', 'magg'],
|
||||
6: ['giugno'],
|
||||
7: ['luglio'],
|
||||
8: ['ag'],
|
||||
9: ['sett'],
|
||||
10: ['ott'],
|
||||
12: ['dic'],
|
||||
8: ['agosto', 'ag'],
|
||||
9: ['settembre', 'sett'],
|
||||
10: ['ottobre', 'ott'],
|
||||
11: ['novembre'],
|
||||
12: ['dicembre', 'dic'],
|
||||
},
|
||||
'fr': {
|
||||
1: ['janv'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user