Skip to content

Commit

Permalink
Generalize RCG regex
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Dec 27, 2020
1 parent c1a2a9f commit ecf4f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.44.2",
"version": "0.44.3",
"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
2 changes: 1 addition & 1 deletion profile/character.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"RACE_CLAN_GENDER": {
"selector": "div.character-block:nth-child(1) > div:nth-child(2) > p:nth-child(2)",
"regex": "(?P<Race>.*)<br\\/>(?P<Tribe>.*) \\/ (?P<Gender>.)"
"regex": "(?P<Race>.*)<br\\/?>(?P<Tribe>.*) \\/ (?P<Gender>.)"
},
"SERVER": {
"selector": "p.frame__chara__world:last-of-type",
Expand Down

0 comments on commit ecf4f05

Please sign in to comment.