-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatch.json
More file actions
27 lines (27 loc) · 885 Bytes
/
match.json
File metadata and controls
27 lines (27 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{
"pattern": "https?://(?:www\\.)?twitter\\.com/[\\w\\-\\_]+/status/\\d+",
"base_link": "twitter.com",
"vx_link": "vxtwitter.com"
},
{
"pattern": "https?://(?:www\\.)?x\\.com/[\\w\\-\\_]+/status/\\d+",
"base_link": "x.com",
"vx_link": "vxtwitter.com"
},
{
"pattern": "https?://(?:www\\.|vm\\.)?tiktok\\.com/(?:@[\\w\\-]+/video/\\d+|t/[\\w\\-]+)/?",
"base_link": "tiktok.com",
"vx_link": "vxtiktok.com"
},
{
"pattern": "https://www\\.instagram\\.com/(?:reel|p)/[\\w\\-\\_]+/?",
"base_link": "instagram.com",
"vx_link": "ddinstagram.com"
},
{
"pattern": "https?://(?:www\\.)?reddit\\.com/(?:r/[\\w-]+/comments/[\\w-]+(?:/[\\w-]*)?|u/[\\w-]+|[\\w/]+)?(?:\\?[^\\s]*)?",
"base_link": "reddit.com",
"vx_link": "vxreddit.com"
}
]