cecobask / imdb-trakt-sync

Automatic sync from IMDb to Trakt (watchlist, lists, ratings and history) using GitHub actions.
MIT License
79 stars 195 forks source link

use headless browser for imdb interactions #39

Open cecobask opened 5 days ago

cecobask commented 5 days ago

IMDb changed how lists and ratings are exported. We used to be able to get the data using the /export endpoint, which now returns a 404 error. The only workaround is to refactor the IMDb interactions to be based on headless browsing with one of the tools below:

aktur commented 3 days ago

+1