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,21 @@
name: "EroProfile"
sceneByURL:
- action: scrapeXPath
url:
- eroprofile.com/m/videos/view/
- m.eroprofile.com/p/videos/view/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1[@class="capMultiLine"]/text() | //div[@class="pageTitle"]/text()
Image: //video[@id="vidVideoViewPlayer"]/@poster | //video[@id="vidPlayer"]/@poster
Date:
selector: //div[@class="col-xs-3 col-sm-2 colEmp"][contains(text(),"Upload date")]/following-sibling::div/text() | //table[@class="data marT"]//tbody//tr//th[contains(text(),"Uploaded:")]/following::td/text()
postProcess:
- replace:
- regex: (.+)\s\((.+)ago\)
with: $1
- parseDate: 2 January 2006
Details: //h1[@class="capMultiLine"]/following-sibling::p/text() | //table[@class="data marT"]//tbody//tr//th[contains(text(),"Description:")]/following::td/text()
# Last Updated September 09, 2023