Skip to content

Commit 97bfafa

Browse files
committed
fix pvpteam ID regex
1 parent 3a34ecf commit 97bfafa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta.json

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

search/pvpteam.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ID": {
2424
"selector": ".entry__block",
2525
"attribute": "href",
26-
"regex": "/lodestone/pvpteam/(?P<ID>\\d*)/"
26+
"regex": "/lodestone/pvpteam/(?P<ID>\\w*)/"
2727
},
2828
"NAME": {
2929
"selector": ".entry__name"

0 commit comments

Comments
 (0)