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': {
|
||||
'page': 'releaseinfo',
|
||||
're': [
|
||||
'<table[^>]*?id="akas"[^>]*?>(.*?)</table>',
|
||||
"td>(.*?)</td>.*?<td>(.*?)</td>"
|
||||
'<h4[^>]*?id="akas"[^>]*?>(.*?)</table>',
|
||||
"td[^>]*?>(.*?)</td>.*?<td[^>]*?>(.*?)</td>"
|
||||
],
|
||||
'type': 'list'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue