xbmc / metadata.themoviedb.org.python

Other
46 stars 41 forks source link

add options to disable ratings from IMDB/Trakt #23

Closed rmrector closed 4 years ago

rmrector commented 4 years ago

Disabling IMDB ratings greatly improves scraping speed - with IMDB disabled the scraper takes 0.59x the time it takes with IMDB enabled.

This switch behaves the same as it does for the XML scraper - no request will be made to IMDB, so top250 will also be excluded. Disabled by default like the XML scraper.

Disabling Trakt.tv doesn't have near the effect on speed, but the switch is still handy.