Skip to content

Commit

Permalink
Merge pull request #19 from gimmeliina/patch-3
Browse files Browse the repository at this point in the history
Algolia
  • Loading branch information
gimmeliina authored Apr 9, 2024
2 parents afba882 + 6d3102f commit 0a512d3
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scrapers/Algolia/Algolia.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@
"devilsfilm": "https://www.devilsfilm.com/en/dvd",
"devilstgirls": "https://www.devilstgirls.com/en/dvd",
"diabolic": "https://www.diabolic.com/en/movie",
"falconstudios": "https://www.falconstudios.com/en/movie",
"evilangel": "https://www.evilangel.com/en/movie",
"genderx": "https://www.genderxfilms.com/en/movie",
"girlfriendsfilms": "https://www.girlfriendsfilms.com/en/movie",
"lewood": "https://www.lewood.com/en/movie",
"hothouse": "https://www.hothouse.com/en/movie",
"outofthefamily": "https://www.outofthefamily.com/en/dvd",
"peternorth": "https://www.peternorth.com/en/dvd",
"tsfactor": "https://www.tsfactor.com/en/movie/",
Expand Down
12 changes: 10 additions & 2 deletions scrapers/FalconStudios/FalconStudios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sceneByURL:
- action: script
url:
- falconstudios.com/en/video
- hothouse.com/en/video
script:
- python
- ../Algolia/Algolia.py
Expand All @@ -29,4 +28,13 @@ sceneByQueryFragment:
- ../Algolia/Algolia.py
- falconstudios
- validName
# Last Updated September 09, 2023
movieByURL:
- action: script
url:
- falconstudios.com/en/movie/
script:
- python
- ../Algolia/Algolia.py
- falconstudios
- movie
# Last Updated April 09, 2023
40 changes: 40 additions & 0 deletions scrapers/HotHouse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# requires: Algolia
name: Hot House
sceneByURL:
- action: script
url:
- hothouse.com/en/video
script:
- python
- ../Algolia/Algolia.py
- hothouse
sceneByFragment:
action: script
script:
- python
- ../Algolia/Algolia.py
- hothouse
sceneByName:
action: script
script:
- python
- ../Algolia/Algolia.py
- hothouse
- searchName
sceneByQueryFragment:
action: script
script:
- python
- ../Algolia/Algolia.py
- hothouse
- validName
movieByURL:
- action: script
url:
- hothouse.com/en/movie/
script:
- python
- ../Algolia/Algolia.py
- hothouse
- movie
# Last Updated April 09, 2023

0 comments on commit 0a512d3

Please sign in to comment.