tv movie year
This commit is contained in:
parent
e29d79f232
commit
282bb0e7ee
1 changed files with 1 additions and 1 deletions
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue