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
|
||||
9
stash/config/scrapers/community/czechcasting/manifest
Executable file
9
stash/config/scrapers/community/czechcasting/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: czechcasting
|
||||
name: czechcasting
|
||||
metadata: {}
|
||||
version: e09152a
|
||||
date: "2020-12-30 17:09:55"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- czechcasting.yml
|
||||
Reference in New Issue
Block a user