stepanov / IMDB-Film

IMDB::Film module
http://search.cpan.org/~stepanov/
Other
3 stars 4 forks source link

_genre is empty, even if film page provide Genre #6

Open dominix opened 5 years ago

dominix commented 5 years ago

in line 891 of Film.pm I got last unless $tag->[1]{href} =~ m!/genre/!i; were what works is : last unless $tag->[1]{href} =~ m!genre!i;