Open MeisterP opened 6 years ago
lib/IMDB_Movie.pm:
768 - my $plot = _get_info(shift, "storyline", "h2", "/p", "em", "span") or return undef;
768 + my $plot = _get_info(shift, "storyline", "h2", "/span") or return undef;
@MeisterP Did the proposed code work for you? @merentitis Thanks for the help.
@MeisterP Did the proposed code work for you?
Yes, it did fix the issue for me.
plot/summary only shows
?
. I guess it's related to changes on the IMDb website.the following files are
.html
files renamed to.txt
to make github happy. old-imdb-2614684.txt -> extraction is working new-imdb-2614684.txt -> extraction is broken