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

Fix IAFD scrape performer aliases #2090

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

SpecialKeta
Copy link
Contributor

Small fix for IAFD performer scraper.

  • IAFD changed the html code for performer aliases.

For example performer Nicole Love

Currently, the scraper returns aliases as a list with multiple elements (previously it returned a list with 1 element):
['\r\n\t\tDenisa (czechcasting.com)', 'Nicol Love (wetandpuffy.com)', 'Nicola Love', 'Nicole', 'Nicole Melone', 'Nykol (czechhitchhikers.com)\r\n\r\n']

Fixed it so it iterates over the all the elements of the list, and fixed xpath expression, so when value is No known aliases, it returns empty list. Performer to test with no aliases Gia Derza

  • Added xpath expression for eye color, skip if unknown.
  • Fix for performer scrape not returning the new uuid url

@Maista6969 Maista6969 merged commit c378c1e into stashapp:master Nov 6, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants