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

metadata.movie.data18.content.com actors missing #75

Open
Keysersose12 opened this issue Aug 5, 2016 · 4 comments
Open

metadata.movie.data18.content.com actors missing #75

Keysersose12 opened this issue Aug 5, 2016 · 4 comments
Assignees
Labels

Comments

@Keysersose12
Copy link

Keysersose12 commented Aug 5, 2016

When using the metadata.movie.data18.content.com scraper, actors do not appear if they do not have a profile photo for a scene i.e. this is displayed instead - http://img.data18.com/images/no_prev_star.jpg

Can the scraper be updated to allow it to save the actor even if they are missing the photo?

@Flobbes
Copy link

Flobbes commented Aug 6, 2016

Do you have an example.
Scraper seemed fine for me.

@Keysersose12
Copy link
Author

Probably just affects old scenes. See content 113630 and look at the actresses picture in the who's who's section. Anytime the actor was missing from the cast when scanned with kodi, it was always when the photo was blank.

Adding this to the section seems to fix it

<RegExp input="$$1" output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;thumb&gt;\2/pic2/\3&lt;/thumb&gt;&lt;/actor&gt;" dest="15+"> <expression repeat="yes" trim="1" noclean="1,2,3">&lt;a href="http://www.data18.com/[^"]+" title="([^"]+)"&gt;&lt;img src="http://img.data18.com/images/no_prev_star.jpg" class="yborder"</expression> </RegExp>

@Flobbes
Copy link

Flobbes commented Aug 6, 2016

Your correct.
The problem exists and your code fixed the problem.

@mrdougquaid
Copy link
Contributor

Could you have a look Dr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants