Skip to content

Commit 044a861

Browse files
committed
Revert "[Private] revert Groups for Movies"
This reverts commit aa91480.
1 parent aa91480 commit 044a861

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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-
Movies:
69+
Groups:
7070
Name:
7171
selector: //strong[contains(.,'Full Movie')]/../@href
7272
postProcess:

validator/scraper.schema.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,6 @@
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-
},
491486
"Tags": {
492487
"title": "Scene tags",
493488
"allOf": [{ "$ref": "#/definitions/tagsObject" }]

0 commit comments

Comments
 (0)