tv movie year

This commit is contained in:
j 2018-01-14 20:31:04 +01:00
parent e29d79f232
commit 282bb0e7ee

View file

@ -250,7 +250,7 @@ class Imdb(SiteParser):
'writer': reference_section('writers'), 'writer': reference_section('writers'),
'year': { 'year': {
'page': 'reference', 'page': 'reference',
're': '=["\']og:title["\'] content="[^"]*?\((\d{4}).*?"', 're': '=["\']og:title["\'] content="[^"]*?(\d{4}).*?"',
'type': 'int' 'type': 'int'
}, },
'credits': { 'credits': {