fix year parsing

This commit is contained in:
j 2012-05-19 17:08:13 +02:00
parent 7af3c5ffcb
commit 1748484e05

View file

@ -261,7 +261,7 @@ class Imdb(SiteParser):
},
'year': {
'page': 'combined',
're': '="og:title" content=".*?\((\d{4})\).*?"',
're': '="og:title" content=".*?\((\d{4}).*?"',
'type': 'int'
}
}