Skip to content

Commit 689934e

Browse files
committed
I put this on the wrong tag
1 parent b2c4be6 commit 689934e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

freecompany/freecompany.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ACTIVE_STATE": {
3-
"selector": "p.freecompany__text:nth-child(3)"
3+
"selector": "p.freecompany__text:nth-child(3)",
4+
"regex": "\\s*(?P<ActiveState>\\S*)"
45
},
56
"ACTIVE_MEMBER_COUNT": {
67
"selector": "p.freecompany__text:nth-child(12)"
@@ -70,8 +71,7 @@
7071
"regex": "(?P<World>\\w*)[\\s\\x{00A0}]\\((?P<DC>\\w*)\\)"
7172
},
7273
"SLOGAN": {
73-
"selector": "p.freecompany__text:nth-child(4)",
74-
"regex": "\\s*(?P<ActiveState>\\S*)"
74+
"selector": "p.freecompany__text:nth-child(4)"
7575
},
7676
"TAG": {
7777
"selector": "p.freecompany__text:nth-child(8)"

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