This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
name: ATKExotics
sceneByURL:
- action: scrapeXPath
url:
- atkexotics.com/tour/
- amkingdom.com/tour/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Studio:
Name:
selector: //div[@class='statement']/a[contains(@href,'2257')]/@href
postProcess:
- replace:
- regex: (?:.+www\.)(.+)(?:\.com.+)
with: $1
- map:
atkexotics: "ATK Exotics"
amkingdom: "AMKingdom"
Performers:
Name:
selector: //h1
postProcess:
- replace:
- regex: \sVideo.*
with:
Title: //title/text()
Details:
selector: //div/b[contains(text(),'Description:')]//following-sibling::text()[1]
Tags:
Name:
selector: //div/b[contains(text(),'Tags:')]//following-sibling::text()[1]
split: " , "
Image:
selector: //div[contains(@class,'video-wrap')]/div/@style
postProcess:
- replace:
- regex: (?:background-image:url\(')(.+)(?:'\));?
with: $1
driver:
useCDP: true
cookies:
- Cookies:
- Name: __cfduid
ValueRandom: 43
Domain: .amkingdom.com
Path: /
- Cookies:
- Name: __cfduid
ValueRandom: 43
Domain: .atkexotics.com
Path: /
# Last Updated January 27, 2022