fix year parsing
This commit is contained in:
parent
7af3c5ffcb
commit
1748484e05
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class Imdb(SiteParser):
|
||||||
},
|
},
|
||||||
'year': {
|
'year': {
|
||||||
'page': 'combined',
|
'page': 'combined',
|
||||||
're': '="og:title" content=".*?\((\d{4})\).*?"',
|
're': '="og:title" content=".*?\((\d{4}).*?"',
|
||||||
'type': 'int'
|
'type': 'int'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue