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