Amazon metadata plugin: Fix parsing of published date from amazon.de when it has februar in it

This commit is contained in:
Kovid Goyal 2011-06-05 08:16:46 -06:00
parent 542f468465
commit 37be144dfe

View File

@ -42,6 +42,7 @@ class Worker(Thread): # Get details {{{
months = {
'de': {
1 : ['jän'],
2 : ['februar'],
3 : ['märz'],
5 : ['mai'],
6 : ['juni'],