21 lines
485 B
YAML
21 lines
485 B
YAML
name: Bruce and Morgan
|
|
sceneByURL:
|
|
- action: scrapeXPath
|
|
url:
|
|
- bruceandmorgan.net/scene/
|
|
scraper: sceneScraper
|
|
xPathScrapers:
|
|
sceneScraper:
|
|
scene:
|
|
Title:
|
|
selector: //div[@class='title']/h2/span/text()
|
|
Details: //h3[@class='full-desc']/span/text()
|
|
Tags:
|
|
Name: //h4[@class='tags content-info']/span/a/span/text()
|
|
Studio:
|
|
Name:
|
|
fixed: Bruce and Morgan
|
|
driver:
|
|
useCDP: true
|
|
# Last Updated October 23, 2020
|