26 lines
632 B
YAML
Executable File
26 lines
632 B
YAML
Executable File
name: czechcasting
|
|
sceneByURL:
|
|
- action: scrapeXPath
|
|
url:
|
|
- czechcasting.com/
|
|
scraper: sceneScraper
|
|
xPathScrapers:
|
|
sceneScraper:
|
|
common:
|
|
$studio: //*[@id="logo"]/a/img/@alt
|
|
scene:
|
|
Title: /html/head/title/text()
|
|
Details: //div[@class="description show-desc"]
|
|
Tags:
|
|
Name: //*[@id="girl-info"]/div/div/ul[@class='tags']/li/a[@class='tag']/text()
|
|
Studio:
|
|
Name: $studio
|
|
Image:
|
|
selector: //video/@poster
|
|
Date:
|
|
selector: //p[@class='updated']/text()
|
|
postProcess:
|
|
- parseDate: 01/02/2006
|
|
|
|
# Last Updated December 30, 2020
|