I'm using the following endpoint to get a list of subtitles for a specific language:
https://api.opensubtitles.com/api/v1/su ... load_count
My iOS / Android app is showing English (en) subtitles when I try to list Portuguese subtitles (pt-PT or pt-BR), on some movies, like the Oppenheimer (imdb_id=15398776).
I notice that a few days back, the language codes for these 2 languages, changed from pt-pt / pt-br to pt-PT / pt-BR.
I already tried to debug the app on my laptop, and I receive the correct response, but when I'm using a real device iOS / Android I get always english subtitles. The code are the same on both cases.
Could it be any kind of cache on OpenSubtitles side?
Thanks once again!