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'),
'year': {
'page': 'reference',
're': '=["\']og:title["\'] content="[^"]*?\((\d{4}).*?"',
're': '=["\']og:title["\'] content="[^"]*?(\d{4}).*?"',
'type': 'int'
},
'credits': {