stash
This commit is contained in:
55
stash/config/scrapers/community/ATKExotics/ATKExotics.yml
Normal file
55
stash/config/scrapers/community/ATKExotics/ATKExotics.yml
Normal 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
|
||||
9
stash/config/scrapers/community/ATKExotics/manifest
Executable file
9
stash/config/scrapers/community/ATKExotics/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: ATKExotics
|
||||
name: ATKExotics
|
||||
metadata: {}
|
||||
version: 1f1f042
|
||||
date: "2022-01-27 19:05:53"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- ATKExotics.yml
|
||||
Reference in New Issue
Block a user