IMDbOT icon indicating copy to clipboard operation
IMDbOT copied to clipboard

inconsistent #IMDb_SHORT_DESC and #STORY_LINE for some older titles

Open MannyHackers opened this issue 2 years ago • 1 comments

https://search.imdbot.workers.dev/?tt=tt0371746 I tried this url the description is appearing, but the storyline is not. Can you please add the storyline?

MannyHackers avatar Jan 02 '24 05:01 MannyHackers

thank you for reporting the issue.

You can now use both the #IMDb_SHORT_DESC or #STORY_LINE in the @IMDbOT custom templates or via the API https://search.imdbot.workers.dev/?tt=tt0371746

#IMDb_SHORT_DESC would display the string shown in the below rectangle. For accessing it via the API you can traverse the JSON as follows: .short.description

image

#STORY_LINE would display the string shown in the below rectangle. For accessing it via the API you can traverse the JSON as follows: .storyLine.summaries.edges[0].node.plotText.plaidHtml OR experimentally .storyLine.summaries.edges[0].node.plotText.experimental_translatedPlotText. Either of it can be null OR greater than 1024 characters.

image

SpEcHiDe avatar Jan 18 '24 05:01 SpEcHiDe