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,33 @@
name: FTV
sceneByURL:
- action: scrapeXPath
url:
- ftvgirls.com/update
- ftvmilfs.com/update
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //meta[@name="description"]/@content
postProcess:
- replace:
- regex: ^([^:]+).+
with: $1
Details: //div[@class="OneHeader"]/p
Date:
selector: //title
postProcess:
- replace:
- regex: ^.+Released\s*([a-zA-Z0-9,\s]+).*
with: $1
- parseDate: Jan 2, 2006
Image: //img[@id="Magazine"]/@src
Studio:
Name:
selector: //title
postProcess:
- replace:
- regex: ^.+on\s*(.+)\.com.+
with: $1
# Last Updated March 27, 2024

View File

@@ -0,0 +1,9 @@
id: FTV
name: FTV
metadata: {}
version: e31349c
date: "2024-03-28 12:17:04"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- FTV.yml