Skip to content

Commit 07877f6

Browse files
committed
icons for FC seeking
1 parent 4de9b5c commit 07877f6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

freecompany/seeking.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(1)",
1111
"attribute": "class",
1212
"regex": "freecompany__focus_icon--(?P<Status>off)"
13+
},
14+
"ICON": {
15+
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(1) > div:nth-child(1) > img:nth-child(1)",
16+
"attribute": "src"
1317
}
1418
},
1519
"HEALER": {
@@ -20,6 +24,10 @@
2024
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(2)",
2125
"attribute": "class",
2226
"regex": "freecompany__focus_icon--(?P<Status>off)"
27+
},
28+
"ICON": {
29+
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(2) > div:nth-child(1) > img:nth-child(1)",
30+
"attribute": "src"
2331
}
2432
},
2533
"DPS": {
@@ -30,6 +38,10 @@
3038
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(3)",
3139
"attribute": "class",
3240
"regex": "freecompany__focus_icon--(?P<Status>off)"
41+
},
42+
"ICON": {
43+
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(3) > div:nth-child(1) > img:nth-child(1)",
44+
"attribute": "src"
3345
}
3446
},
3547
"CRAFTER": {
@@ -40,6 +52,10 @@
4052
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(4)",
4153
"attribute": "class",
4254
"regex": "freecompany__focus_icon--(?P<Status>off)"
55+
},
56+
"ICON": {
57+
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(4) > div:nth-child(1) > img:nth-child(1)",
58+
"attribute": "src"
4359
}
4460
},
4561
"GATHERER": {
@@ -50,6 +66,10 @@
5066
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(5)",
5167
"attribute": "class",
5268
"regex": "freecompany__focus_icon--(?P<Status>off)"
69+
},
70+
"ICON": {
71+
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(5) > div:nth-child(1) > img:nth-child(1)",
72+
"attribute": "src"
5373
}
5474
}
5575
}

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.31.3",
2+
"version": "0.32.0",
33
"userAgentDesktop": "curl/7.73.0",
44
"userAgentMobile": "Mozilla/5.0 (iPhone; CPU OS 10_15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/14E304 Safari/605.1.15",
55
"applicableUris": {

0 commit comments

Comments
 (0)