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
|