Omertron / api-imdb

Java API for the JSON IMDB API
Other
61 stars 28 forks source link

No data for "Country" and no option for language #10

Closed googleknight closed 7 years ago

googleknight commented 7 years ago

System.out.println(obj.getRuntime().getCountry()); is empty, as even in JSON "country" is empty. It would be better if you could provide option for language too.

Omertron commented 7 years ago

Hi, The runtime class is used between different objects to hold the runtime along side other attributes.

If country contains no data, its because the source doesn't provide that information