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'),
|
'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': {
|
||||||
|
|
Loading…
Reference in a new issue