Navigation Menu

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

Failing to get cast from IMDB #2803

Closed
GabrieleGiuseppini opened this issue Aug 27, 2018 · 2 comments
Closed

Failing to get cast from IMDB #2803

GabrieleGiuseppini opened this issue Aug 27, 2018 · 2 comments

Comments

@GabrieleGiuseppini
Copy link
Contributor

It seems the IMDB plugin is now unable to retrieve the cast, at least from recent movies (e.g. https://www.imdb.com/title/tt5360996/?ref_=nv_sr_1).

This is the structure of the HTML in the actor block:

<td class="primary_photo"><a href="/name/nm1913734/?ref_=ttfc_fc_cl_i1"><img height="44" width="32" alt="Rooney Mara" title="Rooney Mara" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB470041625_.png" class="loadlate hidden " loadlate="https://m.media-amazon.com/images/M/MV5BMTM2NDE3MDk1OF5BMl5BanBnXkFtZTcwNjI1MDY0Nw@@._V1_UX32_CR0,0,32,44_AL_.jpg" /></a> </td> <td><a href="/name/nm1913734/?ref_=ttfc_fc_cl_t1"> Rooney Mara</a> </td> <td class="ellipsis"> ... </td> <td class="character"> <a href="/title/tt5360996/characters/nm1913734?ref_=ttfc_fc_cl_t1" >Mary Magdalene</a> </td> </tr>

@GabrieleGiuseppini
Copy link
Contributor Author

GabrieleGiuseppini commented Aug 27, 2018

...and these are the actor blocks extracted:

<a href="/name/nm0252230/?ref_=ttfc_fc_cl_i3"><img height="44" width="32" alt="Chiwetel Ejiofor" title="Chiwetel Ejiofor" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/32x44/name-2138558783._CB470041625_.png" class="loadlate hidden " loadlate="https://m.media-amazon.com/images/M/MV5BNzA5MDEyMTY3Nl5BMl5BanBnXkFtZTgwODQ0MjcxMDE@._V1_UX32_CR0,0,32,44_AL_.jpg" /></a> </td> <td><a href="/name/nm0252230/?ref_=ttfc_fc_cl_t3"> Chiwetel Ejiofor</a> </td> <td class="ellipsis"> ... </td> <td class="character"> Peter </td>

Clearly there's no "itemprop=name" span anymore.

@GabrieleGiuseppini
Copy link
Contributor Author

Fixed.

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

1 participant