dont take random number if film has no year
This commit is contained in:
parent
d1a5613f3f
commit
7577b319ce
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,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