fix year parser, closes #3080
This commit is contained in:
parent
4d9f9ddcc7
commit
d3d2bede5c
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,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': '<a href="/search/title\?year=\d+&ref_=tt_rv".*?itemprop=\'url\'>(\d+)</a>',
|
||||||
'type': 'int'
|
'type': 'int'
|
||||||
},
|
},
|
||||||
'credits': {
|
'credits': {
|
||||||
|
|
Loading…
Reference in a new issue