fix alternative titles

This commit is contained in:
j 2020-02-05 16:51:28 +01:00
parent 3574be2975
commit da51407e7d

View file

@ -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'
}, },