damienlangg / SimpleMovieCatalog

Simple Movie Catalog will scan a given directory for movies, query imdb for info and generate a catalog as a html page which offers sorting, filtering and grouping of found movies by different criteria.
Other
23 stars 13 forks source link

IMDB 2021 Format: genre #17

Open lexmiller opened 3 years ago

lexmiller commented 3 years ago

Fix the genre extraction caused by IMDB new page design.


IMDB refreshed their page format on May 18, 2021, and this has broken some of the SimpleMovie Catalog information gathering.

IMDB announcement of page refresh: https://help.imdb.com/article/issues/G6HYBHAA9EHPXA6G

This is one of a series of bugs that will need fixing: genre, original title, rating, movie time, and possibly others.

lexmiller commented 3 years ago

Just submitted Pull request #21 to fix this issue.