Skip to content

Commit

Permalink
Add active state regex
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Dec 23, 2020
1 parent 1731376 commit b2c4be6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion freecompany/freecompany.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"regex": "(?P<World>\\w*)[\\s\\x{00A0}]\\((?P<DC>\\w*)\\)"
},
"SLOGAN": {
"selector": "p.freecompany__text:nth-child(4)"
"selector": "p.freecompany__text:nth-child(4)",
"regex": "\\s*(?P<ActiveState>\\S*)"
},
"TAG": {
"selector": "p.freecompany__text:nth-child(8)"
Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.31.0",
"version": "0.31.1",
"userAgentDesktop": "curl/7.73.0",
"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",
"applicableUris": {
Expand Down

0 comments on commit b2c4be6

Please sign in to comment.