Subject: | Wrong URL for main title |
Hello,
there is one not important issue, but it should be fixed. You are linking to titles as
"http://www.imdb.com/title/tt1884856" but it should be as
"http://www.imdb.com/title/tt1884856/" - on imdb.com is also explicitly stated trailing "/"
must be there. So perl module is always doing redirect.
Fix in Base Class:
( $crit =~ /^\d+$/ && length($crit) >= ID_LENGTH ? $self->_query() . $crit . "/" : $self-
Show quoted text
>_search() . $crit );