wagnerrp / pytmdb3

Python interface to TheMovieDB.org v3 API
BSD 3-Clause "New" or "Revised" License
122 stars 36 forks source link

Pytmdb3 falling through to English when no Russian metadata is available #77

Open Pjarenee opened 7 years ago

Pjarenee commented 7 years ago

This is the python API returning English overview and title information while there was actually no metadata available for Russian.

python shell tmdb3

This is the TMDb page for the movie, stating that there is no information filled in yet for Russian metadata.

capture tmdb

It seems that the fallthrough does not prevent the API from returning metadata from a language different than the locale that has been set.

NMelis commented 6 years ago

I also support him