File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ xPathScrapers:
8
8
sceneScraper :
9
9
scene :
10
10
Title : //h1[@class="video-detail__title"]
11
- Details : //div[@data-id="description" and @class="hidden"]
11
+ Details : //div[@data-id="description" and @class="hidden"]/text()
12
12
Date :
13
13
selector : //div[@class="video-info__time"]
14
14
postProcess :
@@ -17,10 +17,10 @@ xPathScrapers:
17
17
with : $1
18
18
- parseDate : 2 January, 2006
19
19
Image :
20
- selector : //div[@class="xp-poster"]/@style
20
+ selector : //script[contains(., "pluginSettings")]/text()
21
21
postProcess :
22
22
- replace :
23
- - regex : .*url\( "(.*)"\)
23
+ - regex : .*url":\s* "(.*poster[^"]*).*$
24
24
with : $1
25
25
Studio :
26
26
Name :
@@ -30,4 +30,4 @@ xPathScrapers:
30
30
Performers :
31
31
Name : //div[contains(@class, "video-info")]//a[contains(@href, "/model")]/text()
32
32
URL : //div[contains(@class, "video-info")]//a[contains(@href, "/model")]/@href
33
- # Last Updated August 25 , 2023
33
+ # Last Updated September 10 , 2023
You can’t perform that action at this time.
0 commit comments