So far, the only way with imdbpy to get international English names for movies and not something which depends on GeoIP location is to modify imdbURL_base to:
This is working 100% reliable and have been for a couple of years, but I have to do it manually after each hg pull. The akas gives GeoIP dependent information, which I believe is not what most people want.
I'd like to ask to either:
1. Make it possible to get the English name even with using the akas server (last time I checked it was impossible)
2. The best option, make URL_base a parameter in imdb.IMDb()
I think 2. is seriously the best option, this way people could just configure which internationalization they would like to use!
How do you get the standard, English names for movies normally?