Skip to content

Commit 4de9b5c

Browse files
committed
Put the thing in the place
1 parent 689934e commit 4de9b5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

freecompany/freecompany.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
}
6565
},
6666
"RECRUITMENT": {
67-
"selector": "p.freecompany__text:nth-child(5)"
67+
"selector": "p.freecompany__text:nth-child(5)",
68+
"regex": "\\s*(?P<ActiveState>\\S*)"
6869
},
6970
"SERVER": {
7071
"selector": "div.ldst__window:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div:nth-child(2) > p:nth-child(3)",

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.2",
2+
"version": "0.31.3",
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)