Skip to content

Commit acfd1e3

Browse files
authored
Add studios to SCENE_NUMBER_STUDIOS list
1 parent 4eef041 commit acfd1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapers/AlgoliaAPI/AlgoliaAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
TRANSFORM_IMAGE_CDN = "https://transform.gammacdn.com"
3333

3434
# Studios, that have identical scene title from scenes from same movie. Adding scene number to title.
35-
SCENE_NUMBER_STUDIOS = ["falconstudios"]
35+
SCENE_NUMBER_STUDIOS = ["falconstudios", "hothouse", "ragingstallion"]
3636

3737
def slugify(text: str) -> str:
3838
"This _should_ reproduce the behaviour of the title/name URL slug transform"

0 commit comments

Comments
 (0)