@@ -19,6 +19,7 @@ sceneByURL:
19
19
- jodiwest.com/
20
20
- kingsoffetish.com/
21
21
- latinoguysporn.com/
22
+ - lewood.com/
22
23
- only3x.com/
23
24
- pornstarstroker.com/ # aggregator site?
24
25
- reaganfoxx.com/
@@ -44,6 +45,7 @@ movieByURL:
44
45
- elegantangel.com/
45
46
- filthykings.com/
46
47
- forbiddenfruitsfilms.com/
48
+ - lewood.com/
47
49
- rodneymoorestore.com
48
50
- severesexfilms.com/
49
51
# - shemalestrokers.com/ # Scenes published as movies?
@@ -56,8 +58,8 @@ movieByURL:
56
58
xPathScrapers :
57
59
sceneScraper :
58
60
scene :
59
- Title : //h1[@class="description"]/text()
60
- Date :
61
+ Title : &TitleSel //h1[@class="description"]/text()
62
+ Date : &DateSel
61
63
selector : //div[@class="release-date"][1]/text()
62
64
postProcess :
63
65
- parseDate : Jan 02, 2006
@@ -71,10 +73,13 @@ xPathScrapers:
71
73
Studio :
72
74
Name :
73
75
selector : //div[@class="studio"]/span[contains(text(),"Studio:")]/following-sibling::*
74
- postProcess :
76
+ postProcess : &PP
75
77
# Override studio name only when needed
76
78
- map :
79
+ Evil Angel - LeWood : LeWood
77
80
Jay Rock Clips : Jay's POV
81
+ LeWood Productions : LeWood
82
+ LeWood Selects : LeWood
78
83
- replace :
79
84
# 'Jane Doe Clips' => 'Jane Doe'
80
85
- regex : \sClips$
@@ -90,6 +95,8 @@ xPathScrapers:
90
95
with : " "
91
96
- regex : " ,"
92
97
with : " ,"
98
+ - regex : " Francesca Le, Mark Wood"
99
+ with : " Le Wood"
93
100
Code :
94
101
selector : //meta[@name="og:url"]/@content
95
102
postProcess :
@@ -101,11 +108,8 @@ xPathScrapers:
101
108
102
109
movieScraper :
103
110
movie :
104
- Name : //h1[@class="description"]/text()
105
- Date :
106
- selector : //div[@class="release-date"][1]/text()
107
- postProcess :
108
- - parseDate : Jan 02, 2006
111
+ Name : *TitleSel
112
+ Date : *DateSel
109
113
Synopsis :
110
114
selector : //div[@class="synopsis"]//text()
111
115
concat : " \n\n "
@@ -121,15 +125,11 @@ xPathScrapers:
121
125
Studio :
122
126
Name :
123
127
selector : //div[@class="studio"]/a
124
- postProcess :
125
- - replace :
126
- # 'Jane Doe Clips' => 'Jane Doe'
127
- - regex : \sClips$
128
- with :
128
+ postProcess : *PP
129
129
FrontImage : //link[@rel="image_src"]/@href
130
130
BackImage : //div[@class="carousel-item"]/img/@data-src
131
131
driver :
132
132
headers :
133
133
- Key : " Cookie"
134
134
Value : " ageConfirmed=true"
135
- # Last Updated October 27, 2024
135
+ # Last Updated March 9, 2025
0 commit comments