stash
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
name: GlossTightsGlamour
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- glosstightsglamour.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //span[@class="update_title"]
|
||||
Date:
|
||||
selector: //span[@class="update_date"]
|
||||
postProcess:
|
||||
- parseDate: 02/01/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 left thumbs']/@src
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https://www.glosstightsglamour.com/"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: GlossTightsGlamour
|
||||
# Last Updated May 07, 2021
|
||||
Reference in New Issue
Block a user