fix alternative titles
This commit is contained in:
parent
3574be2975
commit
da51407e7d
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ class Imdb(SiteParser):
|
||||||
'alternativeTitles': {
|
'alternativeTitles': {
|
||||||
'page': 'releaseinfo',
|
'page': 'releaseinfo',
|
||||||
're': [
|
're': [
|
||||||
'<table[^>]*?id="akas"[^>]*?>(.*?)</table>',
|
'<h4[^>]*?id="akas"[^>]*?>(.*?)</table>',
|
||||||
"td>(.*?)</td>.*?<td>(.*?)</td>"
|
"td[^>]*?>(.*?)</td>.*?<td[^>]*?>(.*?)</td>"
|
||||||
],
|
],
|
||||||
'type': 'list'
|
'type': 'list'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue