mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-11 03:08:29 -06:00
Add director field to DorcelClub scene scraper (#1296)
This commit is contained in:
parent
c511895a1a
commit
cee777e352
@ -33,8 +33,14 @@ xPathScrapers:
|
||||
selector: //div[@class="left"]/span[@class="movie"]/a/@href
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: (.*)
|
||||
with: https://dorcelclub.com$1
|
||||
- regex: ^/
|
||||
with: https://dorcelclub.com/
|
||||
Director:
|
||||
selector: //div[@class="left"]/span[@class='director']/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: Director\s*:\s*(.*)
|
||||
with: $1
|
||||
|
||||
movieScraper:
|
||||
movie:
|
||||
@ -60,7 +66,7 @@ xPathScrapers:
|
||||
selector: //span[@class='director']/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: Director\s:\s(.*)
|
||||
- regex: Director\s*:\s*(.*)
|
||||
with: $1
|
||||
FrontImage:
|
||||
selector: //img[contains(@class, "cover")]/@data-src
|
||||
@ -69,4 +75,4 @@ xPathScrapers:
|
||||
- regex: ([^\s]*)\s1x
|
||||
with: $1
|
||||
Synopsis: //span[@class="full"]/p|/div[@class="content-text"]/p
|
||||
# Last Updated June 27, 2022
|
||||
# Last Updated March 22, 2023
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user