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,38 @@
name: allanalallthetime
sceneByURL:
- action: scrapeXPath
url:
- allanalallthetime.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Performers:
Name:
selector: //div[@class='customcontent']/h3/text()
split: ","
Title:
selector: //div[@class='customcontent']/h1/text()
Details:
selector: //div[@class='customcontent']/div[1]/text()|//div[@class='customcontent']/h2/text()
Tags:
Name:
selector: //div[@class='customcontent']/h4/text()
split: ","
Studio:
Name:
fixed: AllAnalAllTheTime
Image:
selector: //div[@class="content"]//@src
postProcess:
- replace:
- regex: ^
with: "https://www.allanalallthetime.com/"
Date:
selector: //div[@class='date-and-covers']/div[@class='date']/text()
postProcess:
- replace:
- regex: (\d+)(st|nd|rd|th)
with: "$1"
- parseDate: January 2 2006
# Last Updated July 18, 2021

View File

@@ -0,0 +1,9 @@
id: AllAnalAllTheTime
name: allanalallthetime
metadata: {}
version: e502563
date: "2021-07-18 19:37:16"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- AllAnalAllTheTime.yml