Skip to content

Commit

Permalink
Merge pull request #1522 from symptom6186/master
Browse files Browse the repository at this point in the history
Update AniDB.yml to use shortlink for disambiguating characters
  • Loading branch information
Maista6969 authored Nov 1, 2023
2 parents 72f0734 + 67a5aac commit 2c5fb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapers/AniDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ xPathScrapers:
performer:
Name: $tab_1_pane//tr[contains(@class, 'mainname')]//span[@itemprop="name"]
Aliases: $tab_1_pane//tr[contains(@class, 'official')]//label[@itemprop="alternateName"]
Disambiguation: $tab_1_pane//tr[contains(@class, 'mainname')]//a[@class='shortlink']
Gender: $tab_1_pane//tr[contains(@class, 'gender')]//span[@itemprop="gender"]
Ethnicity: $tab_1_pane//tr[contains(@class, 'entity')]//span[@class="tagname"]
HairColor: $looks//span[contains(@class, 'tagname') and contains(text(), 'hair')]
Expand Down

0 comments on commit 2c5fb69

Please sign in to comment.