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 aa91480 commit 044a861Copy full SHA for 044a861
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
- Movies:
+ Groups:
70
Name:
71
selector: //strong[contains(.,'Full Movie')]/../@href
72
postProcess:
validator/scraper.schema.json
@@ -483,11 +483,6 @@
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