This commit is contained in:
j 2015-06-01 14:51:09 +02:00
parent 4a3fecab19
commit 586dbaa932

View file

@ -37,7 +37,7 @@ class Imdb(SiteParser):
'alternativeTitles': { 'alternativeTitles': {
'page': 'releaseinfo', 'page': 'releaseinfo',
're': [ 're': [
'name="akas".*?<table.*?>(.*?)</table>', '<table[^>]*?id="akas"[^>]*?>(.*?)</table>',
"td>(.*?)</td>.*?<td>(.*?)</td>" "td>(.*?)</td>.*?<td>(.*?)</td>"
], ],
'type': 'list' 'type': 'list'