USA/UK
This commit is contained in:
parent
b8b7e666bc
commit
8229a651f7
1 changed files with 4 additions and 4 deletions
|
@ -316,13 +316,13 @@ class Imdb(SiteParser):
|
||||||
"^UK \(imdb display title\)$",
|
"^UK \(imdb display title\)$",
|
||||||
"^International \(English title\)$",
|
"^International \(English title\)$",
|
||||||
"^International \(.+\) \(English title\)$",
|
"^International \(.+\) \(English title\)$",
|
||||||
"^USA$",
|
|
||||||
"^UK$",
|
|
||||||
]
|
]
|
||||||
if not filter(lambda c: c in ('USA', 'UK', 'Australia', 'New Zealand'), self.get('country', [])):
|
if not filter(lambda c: c in ('USA', 'UK', 'Australia', 'New Zealand'), self.get('country', [])):
|
||||||
regexps.insert(5, "^[^(]+ \(English title\)$")
|
|
||||||
regexps.insert(6, "^.+ \(.+\) \(English title\)$")
|
|
||||||
regexps += [
|
regexps += [
|
||||||
|
"^[^(]+ \(English title\)$",
|
||||||
|
"^.+ \(.+\) \(English title\)$",
|
||||||
|
"^USA$",
|
||||||
|
"^UK$",
|
||||||
"^USA \(.+\)$",
|
"^USA \(.+\)$",
|
||||||
"^UK \(.+\)$",
|
"^UK \(.+\)$",
|
||||||
"^Australia \(.+\)$",
|
"^Australia \(.+\)$",
|
||||||
|
|
Loading…
Reference in a new issue