international english before often original uk
This commit is contained in:
parent
6529e5f1c1
commit
9dfcb77be8
1 changed files with 1 additions and 1 deletions
|
@ -324,8 +324,8 @@ class Imdb(SiteParser):
|
||||||
regexps = [
|
regexps = [
|
||||||
"^.+ \(imdb display title\) \(English title\)$",
|
"^.+ \(imdb display title\) \(English title\)$",
|
||||||
"^USA \(imdb display title\)$",
|
"^USA \(imdb display title\)$",
|
||||||
"^UK \(imdb display title\)$",
|
|
||||||
"^International \(English title\)$",
|
"^International \(English title\)$",
|
||||||
|
"^UK \(imdb display title\)$",
|
||||||
"^International \(.+\) \(English title\)$",
|
"^International \(.+\) \(English title\)$",
|
||||||
]
|
]
|
||||||
if 'Hong Kong' in self.get('country', []):
|
if 'Hong Kong' in self.get('country', []):
|
||||||
|
|
Loading…
Reference in a new issue