stash
This commit is contained in:
31
stash/config/scrapers/community/Hucows/Hucows.yml
Normal file
31
stash/config/scrapers/community/Hucows/Hucows.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
name: "hucows"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- hucows.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h1[@class="entry-title"]
|
||||
Details:
|
||||
selector: //div[@class="entry-content"]/p
|
||||
concat: " "
|
||||
Date:
|
||||
selector: //div[@itemprop="datePublished"]//text()
|
||||
concat: " "
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^\s+
|
||||
with:
|
||||
- parseDate: 2 Jan 2006
|
||||
Image: //div[contains(@class,"post-single-img")]//img/@src
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Hucows
|
||||
Tags:
|
||||
Name: //a[@rel="category tag"]/text()
|
||||
Performers:
|
||||
Name: //span[@class="posttags"]/a/text()
|
||||
|
||||
# Last Updated November 08, 2020
|
||||
9
stash/config/scrapers/community/Hucows/manifest
Executable file
9
stash/config/scrapers/community/Hucows/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Hucows
|
||||
name: hucows
|
||||
metadata: {}
|
||||
version: a733c02
|
||||
date: "2020-11-10 12:55:15"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Hucows.yml
|
||||
Reference in New Issue
Block a user