international english before often original uk

This commit is contained in:
j 2012-11-11 17:23:34 +01:00
parent 6529e5f1c1
commit 9dfcb77be8

View file

@ -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', []):