Skip to content

Commit f7e71b3

Browse files
authored
Merge pull request #2550 from feederbox826/0000880000-fix/performers-urls
0000880000 fix/performers urls
2 parents 10e7f6f + e2f8429 commit f7e71b3

File tree

126 files changed

+311
-325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+311
-325
lines changed

scrapers/AEBN.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ xPathScrapers:
2323
postProcess:
2424
- map:
2525
TS: transgender_female
26-
URL: //link[@rel="canonical"]/@href
26+
URLs: //link[@rel="canonical"]/@href
2727
Birthdate:
2828
selector: //div[@class='section-detail dts-list-attributes']/ul/li[contains(.,"Birth Date")]
2929
postProcess:
@@ -133,4 +133,4 @@ driver:
133133
Domain: "straight.aebn.com"
134134
Value: ""
135135
Path: "/"
136-
# Last Updated July 06, 2022
136+
# Last Updated September 17, 2025

scrapers/AShemaleTube/AShemaleTube.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ xPathScrapers:
3737
performer:
3838
Name:
3939
selector: $listAnchor/@title
40-
URL:
40+
URLs:
4141
selector: $listAnchor/@href
4242
postProcess:
4343
- replace:
@@ -83,7 +83,7 @@ xPathScrapers:
8383
- regex: ^/
8484
with: https://www.ashemaletube.com/
8585
- subScraper: //link[@rel="alternate"][1]/@href
86-
URL: //link[@rel="canonical"]/@href
86+
URLs: //link[@rel="canonical"]/@href
8787

8888
sceneSearch:
8989
common:
@@ -119,12 +119,12 @@ xPathScrapers:
119119
- replace:
120120
- regex: \n\t(.*)\n
121121
with: $1
122-
URL:
122+
URLs:
123123
selector: //a[@class="model-card"]/@href
124124
postProcess:
125125
- replace:
126126
- regex: ^/
127127
with: https://www.ashemaletube.com/
128128
Image: //meta[@property="og:image"]/@content
129129
URL: //meta[@property="og:url"]/@content
130-
# Last Updated February 18, 2025
130+
# Last Updated September 17, 2025

scrapers/AVE.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ xPathScrapers:
4949
- parseDate: 1/2/2006
5050
Performers:
5151
Name: $performer
52-
URL: $performer/@href
52+
URLs: $performer/@href
5353
Tags:
5454
Name: $singleInfo[contains(span,"Category")]/span[@class="value-category"]/a
5555
Details:
@@ -66,4 +66,4 @@ xPathScrapers:
6666
Studio:
6767
Name: $singleInfo[contains(span,"Studio")]/span[@class="value"]/a
6868
URL: //link[@rel="canonical"]/@href
69-
# Last Updated November 19, 2021
69+
# Last Updated September 17, 2025

scrapers/AVJiali.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ xPathScrapers:
3131
- parseDate: January 02, 2006
3232
Performers:
3333
Name: //div[@class="cat"][1]/a[starts-with(@href, 'https://avjiali.com/model')]
34-
URL: //div[@class="cat"][1]/a/@href
34+
URLs: //div[@class="cat"][1]/a/@href
3535
Tags:
3636
Name: //div[@class="cat"][2]/a
3737
Details:
@@ -140,7 +140,7 @@ xPathScrapers:
140140
with: $1
141141
- regex: None
142142
with:
143-
URL: //link[@rel="canonical"][1]/@href
143+
URLs: //link[@rel="canonical"][1]/@href
144144
Image:
145145
selector: //div[@class="model-photo"]/img[@class="rounded"]/@src
146146
postProcess:
@@ -165,4 +165,4 @@ xPathScrapers:
165165
Studio:
166166
Name:
167167
fixed: AVJiali
168-
# Last Updated November 07, 2023
168+
# Last Updated September 17, 2025

scrapers/AdultEmpire.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ xPathScrapers:
4646
$perfomerRoot: //div[@id="performerlist"]//a
4747
performer:
4848
Name: $perfomerRoot/@label
49-
URL:
49+
URLs:
5050
selector: $perfomerRoot/@href
5151
postProcess:
5252
- replace:
@@ -123,7 +123,7 @@ xPathScrapers:
123123
Name: //strong[contains(text(), "Attributes")]/following-sibling::a/text()
124124
Performers:
125125
Name: //strong[contains(text(), "Starring")]/following-sibling::a/text()
126-
URL:
126+
URLs:
127127
selector: //strong[contains(text(), "Starring")]/following-sibling::a/@href
128128
postProcess:
129129
- replace:
@@ -157,7 +157,7 @@ xPathScrapers:
157157
Name: //div[h2[contains(.,'Categories')]]//a[@label="Category"]/text()
158158
Performers:
159159
Name: //a[@label="Performer"]//text()
160-
URL:
160+
URLs:
161161
selector: //a[@label="Performer"]/@href
162162
postProcess:
163163
- replace:
@@ -202,7 +202,7 @@ xPathScrapers:
202202
- regex: "Alias: (.*)"
203203
with: $1
204204
Details: $modal//h2[contains(text(), "Biography")]/following-sibling::p
205-
URL: //link[@rel='canonical']/@href
205+
URLs: //link[@rel='canonical']/@href
206206

207207
driver:
208208
cookies:
@@ -231,4 +231,4 @@ driver:
231231
Domain: "www.adultdvdempire.com"
232232
Value: "" # replace with your account etoken
233233
Path: "/"
234-
# Last Updated March 11, 2025
234+
# Last Updated September 17, 2025

scrapers/AdultFilmIndex.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ xPathScrapers:
4646
- replace:
4747
- regex: '.*"gender":"(\w{1,})".*'
4848
with: '$1'
49-
URL: //head/link[@rel='canonical']/@href
49+
URLs: //head/link[@rel='canonical']/@href
5050
Birthdate:
5151
selector: //strong[text()='Date of Birth:']/..
5252
postProcess:
@@ -164,6 +164,4 @@ driver:
164164
Value: stashjson/1.0.0
165165
- Key: Authorization # Beta key, enabled and active for now
166166
Value: Bearer 4vY0iwSUVPH5cGAX1AUZarJ8pbuDUK53
167-
# Last Updated June 22, 2022
168-
169-
167+
# Last Updated September 17, 2025

scrapers/AdultSiteRunner.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ xPathScrapers:
9898
Name: >
9999
$scene//div[contains(@class, "scenePerformers")]/a
100100
| $scene//div[@class="scenePerf"]/span[@class="perfName"]
101-
URL: >
101+
URLs: >
102102
$scene//div[contains(@class, "scenePerformers")]/a/@href
103103
| $scene//div[@class="scenePerf"]/@data-href
104104
Tags:
@@ -139,7 +139,7 @@ xPathScrapers:
139139
with: https://$1.com
140140
Performers:
141141
Name: $details//span[contains(@class, "perfImage")]/a
142-
URL: $details//span[contains(@class, "perfImage")]/a/@href
142+
URLs: $details//span[contains(@class, "perfImage")]/a/@href
143143
Details:
144144
selector: $details//p/text()
145145
concat: "\n\n"
@@ -183,4 +183,4 @@ xPathScrapers:
183183
Image: $modelProfile//div[@class="profile"]//img[contains(@class,"img-responsive")]
184184
Twitter: //a[contains(@href,"twitter.com")]/@href
185185
Details: $modelProfile//div[@class="main_title"]/p[not(@class)]/text()
186-
# Last Updated November 16, 2024
186+
# Last Updated September 17, 2025

scrapers/AmourAngels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ xPathScrapers:
2828
- parseDate: 2006-01-02
2929
Performers: &performersAttr
3030
Name: $performer/b/text()
31-
URL:
31+
URLs:
3232
selector: $performer/@href
3333
postProcess: &domainAttr
3434
- replace:
@@ -44,4 +44,4 @@ xPathScrapers:
4444
Image:
4545
selector: //td[@class="noisebg"]//img/@src
4646
postProcess: *domainAttr
47-
# Last Updated October 21, 2021
47+
# Last Updated September 17, 2025

scrapers/AnalVids/AnalVids.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ xPathScrapers:
4747
with: $1
4848
Performers:
4949
Name: //h1[contains(@class, "watch__title")]//a/text()
50-
URL: //h1[contains(@class, "watch__title")]//a/@href
50+
URLs: //h1[contains(@class, "watch__title")]//a/@href
5151
Studio:
5252
Name: //div[contains(@class, "genres-list")]//a[contains(@href, "/studios/")]
5353
URL: //div[contains(@class, "genres-list")]//a[contains(@href, "/studios/")]/@href
@@ -60,4 +60,4 @@ xPathScrapers:
6060
Name: //h1
6161
Country: //a[contains(@href, "nationality")]
6262
Image: //div[contains(@class, 'model__left')]//img/@src
63-
# Last Updated August 16, 2023
63+
# Last Updated September 17, 2025

scrapers/AniDB.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ xPathScrapers:
113113
performerSearch:
114114
performer:
115115
Name: //td[@class="relid"]/a
116-
URL:
116+
URLs:
117117
selector: //td[@class="relid"]/a/@href
118118
postProcess:
119119
- replace:
@@ -135,7 +135,7 @@ xPathScrapers:
135135
Height: $tab_1_pane//tr[contains(@class, 'height')]//span[@itemprop="height"]
136136
Weight: $tab_1_pane//tr[contains(@class, 'weight')]//span[@itemprop="weight"]
137137
#Measurements: Todo
138-
URL: //link[@rel="canonical"]/@href
138+
URLs: //link[@rel="canonical"]/@href
139139
Details:
140140
selector: //div[@itemprop="description"]//text()
141141
concat: "\n"
@@ -190,7 +190,7 @@ xPathScrapers:
190190
Name: //div[@class="pane anime_tags"]//div[@class="tag" and (@data-anidb-weight="0" or number(@data-anidb-weight)>=200) and (@data-anidb-groupid="animetb_2604" or @data-anidb-groupid="animetb_2611" or @data-anidb-groupid="animetb_2608")]//span[@class="tagname"]
191191
Performers:
192192
Name: $character/a/span
193-
URL:
193+
URLs:
194194
selector: $character/a/@href
195195
postProcess:
196196
- replace:
@@ -232,4 +232,4 @@ driver:
232232
Domain: "anidb.net"
233233
Value: "" # Enter the value of the 'adbuin' here
234234
Path: "/"
235-
# Last Updated Dec 20, 2023
235+
# Last Updated September 17, 2025

0 commit comments

Comments
 (0)