add Australia (foo) to International titles

This commit is contained in:
j 2012-09-22 22:34:52 +02:00
parent e6aae3abe5
commit ca9ffcf867

View file

@ -296,6 +296,7 @@ class Imdb(SiteParser):
"^UK$", "^UK$",
"^USA \(.+\)$", "^USA \(.+\)$",
"^UK \(.+\)$", "^UK \(.+\)$",
"^Australia \(.+\)$",
"^International \(.+ title\)$", "^International \(.+ title\)$",
): ):
if re.compile(regexp).findall(type): if re.compile(regexp).findall(type):