inconsistent #IMDb_SHORT_DESC and #STORY_LINE for some older titles
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?
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
#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.