PDA

View Full Version : [Fixed] Director imdb info


oldhouse
09-15-2005, 05:40 PM
Anyone noticed that bot never reports "directed by" field in irc? It's the only field that stays always "n/a".
Any chance to get it fixed?

oldhouse
10-03-2005, 09:19 AM
Thx to mouton who solved this in irc chat, here u get this small fix.

Open ioMedia.itcl and search for ###; Get director lines.
Then replace this line:
if {[regexp {Directed by</b><br>\n <[^>]+[^<]+} $html name]} {
with this one:
if {[regexp {Directed by</b><br>\n[ ]?<[^>]+[^<]+} $html name]} {