Skip to content

Commit aa91480

Browse files
committed
[Private] revert Groups for Movies
closes #2554
1 parent 50c2897 commit aa91480

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

scrapers/Private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ xPathScrapers:
6666
Name: //li[@class="tag-tags"]//a/text()
6767
Performers:
6868
Name: //li[@class="tag-models"]//a/text()
69-
Groups:
69+
Movies:
7070
Name:
7171
selector: //strong[contains(.,'Full Movie')]/../@href
7272
postProcess:

validator/scraper.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,11 @@
483483
"title": "Scene groups",
484484
"allOf": [{ "$ref": "#/definitions/groupObject" }]
485485
},
486+
"Movies": {
487+
"title": "[DEPRECATED] Scene groups",
488+
"description": "[DEPRECATED] Use `Groups` instead.",
489+
"allOf": [{ "$ref": "#/definitions/groupObject" }]
490+
},
486491
"Tags": {
487492
"title": "Scene tags",
488493
"allOf": [{ "$ref": "#/definitions/tagsObject" }]

0 commit comments

Comments
 (0)