This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
name: TACAmateurs
sceneByURL:
- action: scrapeXPath
url:
- tacamateurs.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@id="update_wrapper"]/h1
Date:
selector: //div[@class="date_wrapper"]
postProcess:
- parseDate: 02-January-2006
Performers:
Name: //div[@id="facepic_wrapper"]/h2
Details:
selector: //div[@id="update_wrapper"]/p[not(@class) and not(@align)]
concat: "\n\n"
Tags:
Name: //p[@class="tags"]/a
Image:
selector: //meta[@property="og:image"]/@content
Studio:
Name:
fixed: TAC Amateurs
# Last Updated May 19, 2021