Files
compose-projects-arr/stash/config/scrapers/community/WatchYouJerk/WatchYouJerk.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

32 lines
833 B
YAML

name: WatchYouJerk
sceneByURL:
- action: scrapeXPath
url:
- watchyoujerk.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //span[@class="update_title"]
Date:
selector: //span[@class="availdate"]
postProcess:
- parseDate: 01/02/2006
Performers:
Name: //span[@class="tour_update_models"]/a
Tags:
Name: //span[@class="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.watchyoujerk.com/"
Studio:
Name:
fixed: WatchYouJerk
# Last Updated June 01, 2021