2022-11-25, 15:11
It appears IMDB has instituted some new measures to reduce the traffic from programatic scraping of their site. I know both the Team Kodi supported scrapers for TMDb include the option to scraper IMDB ratings, and with this change from IMDB, that functionality is broken. IMDB charges $50K a year plus additional for bandwidth for API access to the ratings, so it is unlikely that's going to be a viable path moving forward (although maybe IMDB has a program for open source projects - there are some conversations happening around that).
If you support a scraper addon that uses IMDB, please check to see if your scraper at least handles a 403 http reply (forbidden) gracefully and doesn't crash.
UPDATE: It appears IMDB has backtracked at least partially on some of it's changes. The TMDb TV Show scraper is again able to get IMDB ratings, and based on what I'm seeing, I suspect that will be true for the TMDb Movies scraper as well (or any scraper that uses the IMDB json to get data). It's hard to say how long this will last though, so the suggestion above remains valid. If you are maintaining a scraper, make sure it gracefully handles IMDB if no data is returned.
If you support a scraper addon that uses IMDB, please check to see if your scraper at least handles a 403 http reply (forbidden) gracefully and doesn't crash.
UPDATE: It appears IMDB has backtracked at least partially on some of it's changes. The TMDb TV Show scraper is again able to get IMDB ratings, and based on what I'm seeing, I suspect that will be true for the TMDb Movies scraper as well (or any scraper that uses the IMDB json to get data). It's hard to say how long this will last though, so the suggestion above remains valid. If you are maintaining a scraper, make sure it gracefully handles IMDB if no data is returned.