Skip to content

Commit 7dad843

Browse files
committed
CWLS name regex
1 parent 2c73fe8 commit 7dad843

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

linkshell/crossworld/cwls.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"NAME": {
3-
"selector": ".heading__linkshell__name"
3+
"selector": ".heading__linkshell__name",
4+
"regex": "\\s*(?P<Name>\\S*)"
45
},
56
"DC": {
67
"selector": ".heading__cwls__dcname"

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.29.2",
2+
"version": "0.29.3",
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": {

0 commit comments

Comments
 (0)