I am not using Plot from IMDB.
It seems that the whole Plot code from IMDB script need rewriting.
Temporarly solution: (to download plot for these 3 movies)
Change PLOT code in IMDB script with:
#PLOT#
#RESTOREMAIN#
#STARTREADWEB#
#FINDLINE#=/plotsummary#15##ONERROR#=*OK*
#IF# #15#<>#00#
#GOTO#=PLOTSUMMARY
#ENDIF#
#STARTREADWEB#
#FINDLINE#=Plot:
#16##ONERROR#=*STOP*
#READNEXTLINE#
#FIND#=|#12# #ONERROR#=*OK*
#TAKEWORD#=#13#,#00#,#12#
#CHECKVARIABLE#=#13#
#STARTSUBSTITUTETAGS#
#STARTDELETETAGS#
#STRING#=#13#=#13# #NEWLINE#
#TAKEPLOT#=#13#
#GOTO#=ENDTAKEPLOT2
:PLOTSUMMARY
#STARTREADWEB#
#STRING#=#17#=#31#/title/tt#38#/plotsummary
#OPENNEWWEB#=#17#
:REPEATPLOT1
#FINDLINE#=#15##ONERROR#=*OK*
#IF# #15#==#00#
#GOTO#=ENDTAKEPLOT1
#ENDIF#
#READNEXTLINE#
#TAKEWORD#=#13#,#00#,#00#
#CHECKVARIABLE#=#13#
#STARTSUBSTITUTETAGS#
#STARTDELETETAGS#
#STRING#=#13#=#13# #NEWLINE##NEWLINE#
#CLEARTAGS#
#TAKEPLOT#=#13#
#GOTO#=REPEATPLOT1
:ENDTAKEPLOT1
#RESTOREWEB#
:ENDTAKEPLOT2
#ENDPLOT#
Problem is that this code wouldn't work with all other movies.