fix akas
This commit is contained in:
parent
4a3fecab19
commit
586dbaa932
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue