Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot/summary extraction broken #13

Open
MeisterP opened this issue Oct 22, 2018 · 3 comments
Open

plot/summary extraction broken #13

MeisterP opened this issue Oct 22, 2018 · 3 comments

Comments

@MeisterP
Copy link

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

@merentitis
Copy link

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;

@manuel-kuehner
Copy link

@MeisterP Did the proposed code work for you?
@merentitis Thanks for the help.

MeisterP added a commit to MeisterP/poncho-overlay that referenced this issue Jan 12, 2019
Bug: damienlangg/SimpleMovieCatalog#13
Signed-off-by: Poncho <[email protected]>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
@MeisterP
Copy link
Author

MeisterP commented Mar 7, 2019

@MeisterP Did the proposed code work for you?

Yes, it did fix the issue for me.

mivk added a commit to mivk/SimpleMovieCatalog that referenced this issue Nov 10, 2020
Fix "plot/summary extraction broken" ( damienlangg#13 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants