Мне помогла замена в строке 652 скрипта
curPos := PosFrom ('<td width=36% class="', HTML, curPos);
на
curPos := PosFrom ('<td width=40% class="', HTML, curPos);
и в строке 655
endPos := PosFrom ('</table><br>', HTML, curPos);
на
endPos := PosFrom ('</table><br />', HTML, curPos);