Amazon metadata download: Fix published date not being downloaded from amazon.it

This commit is contained in:
Kovid Goyal 2016-02-03 00:59:46 +05:30
parent 97d6c83525
commit 85e6a6435b

View File

@ -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'],