Hello,
For the Country Field:
curPos:=Pos('<span class="ipc-metadata-list-item__label">Countries of origin</span>',HTML); //WEB_SPECIFIC.
If 0<curPos Then Begin
EndPos:=curPos;
ItemValue:=HTMLValues(HTML,'<span class="ipc-metadata-list-item__label">Countries of origin</span>','</ul>','<li role="presentation" class="ipc-inline-list__item">','</li>',', ',endPos);
becomes:
curPos:=Pos('<span class="ipc-metadata-list-item__label">Country of origin</span>',HTML); //WEB_SPECIFIC.
If 0<curPos Then Begin
EndPos:=curPos;
ItemValue:=HTMLValues(HTML,'<span class="ipc-metadata-list-item__label">Country of origin</span>','</ul>','<li role="presentation" class="ipc-inline-list__item">','</li>',', ',endPos);
They replaced in the page Countries of origin with Country of origin ( both test and RC version)
I've tested with 2 movies only as its late here and worked