add Australia (foo) to International titles
This commit is contained in:
parent
e6aae3abe5
commit
ca9ffcf867
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ class Imdb(SiteParser):
|
|||
"^UK$",
|
||||
"^USA \(.+\)$",
|
||||
"^UK \(.+\)$",
|
||||
"^Australia \(.+\)$",
|
||||
"^International \(.+ title\)$",
|
||||
):
|
||||
if re.compile(regexp).findall(type):
|
||||
|
|
Loading…
Reference in a new issue