Skip to content

Commit

Permalink
Change "galleries" to "sets"
Browse files Browse the repository at this point in the history
As it is on the site
  • Loading branch information
missionfloyd committed Sep 18, 2024
1 parent 5fa456d commit 115fd5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/supportedsites.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Consider all listed sites to potentially be NSFW.
<tr>
<td>Girlsreleased</td>
<td>https://www.girlsreleased.com/</td>
<td>Galleries, Sites, Models</td>
<td>Sets, Models, Sites</td>
<td></td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions gallery_dl/extractor/girlsreleased.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def items(self):
yield from self._images(self.request(url).json()["set"])


class GirlsreleasedGalleryExtractor(GirlsreleasedExtractor):
class GirlsreleasedSetExtractor(GirlsreleasedExtractor):
"""Extractor for girlsreleased galleries"""
subcategory = "gallery"
subcategory = "set"
pattern = BASE_PATTERN + r"/set/(\d+)"
example = "https://girlsreleased.com/set/12345"

Expand Down

0 comments on commit 115fd5e

Please sign in to comment.