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,25 @@
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