update series detection, fixes #1153
This commit is contained in:
parent
c7a2ef21c7
commit
11a00db3bb
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class Imdb(SiteParser):
|
||||||
},
|
},
|
||||||
'isSeries': {
|
'isSeries': {
|
||||||
'page': 'combined',
|
'page': 'combined',
|
||||||
're': '<span class="tv-extra">(TV series)</span>',
|
're': '<span class="tv-extra">\(*TV series',
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
},
|
},
|
||||||
'title': {
|
'title': {
|
||||||
|
|
Loading…
Reference in a new issue