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'] 12: ['dez', 'dezember']
}, },
'it': { 'it': {
1: ['enn'], 1: ['gennaio', 'enn'],
2: ['febbr'], 2: ['febbraio', 'febbr'],
5: ['magg'], 3: ['marzo'],
4: ['aprile'],
5: ['maggio', 'magg'],
6: ['giugno'], 6: ['giugno'],
7: ['luglio'], 7: ['luglio'],
8: ['ag'], 8: ['agosto', 'ag'],
9: ['sett'], 9: ['settembre', 'sett'],
10: ['ott'], 10: ['ottobre', 'ott'],
12: ['dic'], 11: ['novembre'],
12: ['dicembre', 'dic'],
}, },
'fr': { 'fr': {
1: ['janv'], 1: ['janv'],