Page 1 of 1

OFDb script fix

Posted: 2006-01-28 10:42:22
by pfc
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!

Posted: 2006-01-28 15:27:07
by antp
Thanks

Posted: 2006-01-28 19:01:31
by pfc
Thank you for this fine prog!