RileyXX / IMDB-Trakt-Syncer

A python script that syncs user watchlist, ratings and reviews for Movies, TV Shows and Episodes both ways between Trakt and IMDB.
MIT License
90 stars 2 forks source link

Fix for change in IMDB CSV data structure causing syncing to fail #94

Closed RileyXX closed 5 months ago

RileyXX commented 5 months ago

This pull request implements a fix for a change in the IMDB CSV data structure for ratings and watchlist csv file exports from https://www.imdb.com/exports which were causing syncing to fail. The script should now handle the new CSV data structure and with added checks to prevent the script from running should the data structure change again in the future.

Special thanks to @paulgendek for finding this bug as mentioned in: https://github.com/RileyXX/IMDB-Trakt-Syncer/issues/93

Possible fix for: https://github.com/RileyXX/IMDB-Trakt-Syncer/issues/92