Hi everybody!
looks like OFDb changed its layout back normal again.
Just find the following lines in AnalyzePage(Address: string):
// if pos('<title>OFDb - Suchergebnis', Page.Text) = 0 then
if pos('<title>OFDb - Übersicht der Filmdaten</title>', Page.Text) > 0 then
and activate the old if-loop again:
if pos('<title>OFDb - Suchergebnis', Page.Text) = 0 then
// if pos('<title>OFDb - Übersicht der Filmdaten</title>', Page.Text) > 0 then
Have fun!