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.
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