We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c2897 commit aa91480Copy full SHA for aa91480
scrapers/Private.yml
@@ -66,7 +66,7 @@ xPathScrapers:
66
Name: //li[@class="tag-tags"]//a/text()
67
Performers:
68
Name: //li[@class="tag-models"]//a/text()
69
- Groups:
+ Movies:
70
Name:
71
selector: //strong[contains(.,'Full Movie')]/../@href
72
postProcess:
validator/scraper.schema.json
@@ -483,6 +483,11 @@
483
"title": "Scene groups",
484
"allOf": [{ "$ref": "#/definitions/groupObject" }]
485
},
486
+ "Movies": {
487
+ "title": "[DEPRECATED] Scene groups",
488
+ "description": "[DEPRECATED] Use `Groups` instead.",
489
+ "allOf": [{ "$ref": "#/definitions/groupObject" }]
490
+ },
491
"Tags": {
492
"title": "Scene tags",
493
"allOf": [{ "$ref": "#/definitions/tagsObject" }]
0 commit comments