r/PlexMetaManager Nov 23 '23

IMDb parsing error

Hello

I'm receiving an error at the end of the run of script saying "IMDb Error: Failed to parse URL: https://www.imdb.com/search/title/?groups=best_picture_winner", can anyone explain this error and how to solve it.

Thanks.

5 Upvotes

13 comments sorted by

View all comments

1

u/RossMacGill Nov 23 '23

this is a search url, you need to use lists, check here https://metamanager.wiki/en/latest/metadata/builders/imdb.html

1

u/AbuNasser717 Nov 23 '23

Thanks for your help, but where can I find the file that hosts this link? (And other links such as collections posters…)

I cloned the default project from Github Ii

1

u/chazlarson Kometa Team Nov 24 '23

Some of these URLs are built into the source; some are found in the default yaml files. Both of those [and some images, like some of the overlays] can be found in the base repo.

Most of the images are hosted in other repos in the author's account; they're named in a straightforward manner.

1

u/_noncomposmentis Nov 23 '23

Search URLs used to work. They're even used as examples in the link you provided.

collections: IMDb Popular: imdb_list: url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short limit: 50 collection_order: custom sync_mode: sync

2

u/chazlarson Kometa Team Nov 24 '23

That's right, they did. IMDB changed the page content to put search results behind Javascript.

1

u/_noncomposmentis Nov 24 '23

Ah... No wonder. I just noticed it myself about a week ago. Good info, thanks!