Skip to content

Commit

Permalink
[AdultEmpire] add tag selector, add to schema
Browse files Browse the repository at this point in the history
closes #2115
  • Loading branch information
feederbox826 committed Nov 24, 2024
1 parent 7b3994f commit 10270a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapers/AdultEmpire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ xPathScrapers:
# - regex: (\d).+
# with: $1
URL: //meta[@name='og:url']/@content
Tags:
Name: //a[@name="categories"]/../ul/li/a/text()
sceneScraperSingle:
common:
$header: //div[@class="clip-page__detail__title text-display-primary"]
Expand Down
4 changes: 4 additions & 0 deletions validator/scraper.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,10 @@
"Aliases": {
"title": "Movie aliases",
"allOf": [{ "$ref": "#/definitions/nodeSelector" }]
},
"Tags": {
"title": "Movie tags",
"allOf": [{ "$ref": "#/definitions/tagsObject" }]
}
}
},
Expand Down

0 comments on commit 10270a1

Please sign in to comment.