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: DDFNetwork
sceneByURL:
- action: scrapeXPath
url:
- 1by-day.com/videos/
- ddfbusty.com/videos/
- eurogirlsongirls.com/videos/
- euroteenerotica.com/videos/
- handsonhardcore.com/videos/
- hotlegsandfeet.com/videos/
- houseoftaboo.com/videos/
- onlyblowjob.com/videos/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //meta[@itemprop="name"]/@content
Date:
selector: //div[@class='title-border d-inline-flex pr-3 flex-sm-fill justify-content-sm-center pr-sm-0']/p[@class='m-0 text-center']
postProcess:
- parseDate: 01.02.2006
Details: //div[@class="descr-box"]/p
Tags:
Name: //ul[@class="tags pl-0"]/li/a/text()
Performers:
Name: //h5[@class="card-title mb-0"]/a/text()
Image: //meta[@itemprop="thumbnailUrl"]/@content
# Last Updated May 17, 2021