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,32 @@
name: pinkvisual
sceneByURL:
- action: scrapeXPath
url:
- www.ipinkvisualpass.com/es/sx/pc/episode
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="summary"]/h3[@itemprop="name"]/text()
Details: //p[@class="description"]/span[@itemprop="description"]/text()
Performers:
Name: //p[@class="actors"]/span/a/span/text()
Image:
selector: //div[@class="collage"]/img[@itemprop="image"][contains(@src,"-01.jpg")]/@src
postProcess:
- replace:
- regex: -01.jpg
with: "-07.jpg"
Studio:
Name:
selector: //h4[@itemprop="partOfTVSeries"]/a[1]
Tags:
Name: //div[@class='related_links niches']/p/a
URL:
selector: //link[@rel='canonical']/@href
postProcess:
- replace:
- regex: ^
with: http://www.ipinkvisualpass.com
# Last Updated March 12, 2022