stash
This commit is contained in:
27
stash/config/scrapers/community/SwingerBlog/SwingerBlog.yml
Normal file
27
stash/config/scrapers/community/SwingerBlog/SwingerBlog.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
name: Swinger-Blog
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- swinger-blog.xxx
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //span[@class="update_title"]
|
||||
Date:
|
||||
selector: //span[@class="update_date"]
|
||||
postProcess:
|
||||
- parseDate: 01/02/2006
|
||||
Performers:
|
||||
Name: //span[@class="tour_update_models"]/a
|
||||
Tags:
|
||||
Name: //span[@class="tour_update_tags"]/a
|
||||
Details:
|
||||
selector: //span[@class="latest_update_description"]
|
||||
Image:
|
||||
selector: //img[@class="stdimage large_update_thumb thumbs"]/@src
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Swinger-Blog
|
||||
# Last Updated May 22, 2021
|
||||
9
stash/config/scrapers/community/SwingerBlog/manifest
Executable file
9
stash/config/scrapers/community/SwingerBlog/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: SwingerBlog
|
||||
name: Swinger-Blog
|
||||
metadata: {}
|
||||
version: f6f513d
|
||||
date: "2021-05-27 18:29:45"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- SwingerBlog.yml
|
||||
Reference in New Issue
Block a user