stash
This commit is contained in:
25
stash/config/scrapers/community/czechcasting/czechcasting.yml
Executable file
25
stash/config/scrapers/community/czechcasting/czechcasting.yml
Executable 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
|
||||
Reference in New Issue
Block a user