View Single Post
Old 08-20-2004, 04:52 AM  
bounty
Senior Member
 
Join Date: Aug 2002
Posts: 529
Default

fast fix for imdb standalone to fix "director: N/A" bug

search for line :
if [regexp {Directed by</b><br>\n<[^>]+>[^<]+} $html name] {

and replace with:
if [regexp {Directed by</b><br>\n <[^>]+>[^<]+} $html name] {

you can apply the same fix in dzsbot imdb part

have fun
bounty
bounty is offline   Reply With Quote