Add tkqlhce.com (#12)

* add tkqlhce.com

* add match at beginning of regex
This commit is contained in:
anonion
2023-12-29 07:59:21 -07:00
committed by GitHub
parent 9699522b4a
commit effea0795d
2 changed files with 8 additions and 0 deletions

View File

@@ -70,5 +70,9 @@
{
"name": "anrdoezrs.net",
"pattern": ".*anrdoezrs\\.net.+\\?url=(?<baseUrl>.*)&sid=.*"
},
{
"name": "tkqlhce.com",
"pattern": ".*tkqlhce\\.com.+?url=(?<baseUrl>.*)&sid=.*"
}
]

View File

@@ -87,6 +87,10 @@
{
name: "anrdoezrs.net",
pattern: ".*anrdoezrs\\.net.+\\?url=(?<baseUrl>.*)&sid=.+"
},
{
name: "tkqlhce.com",
pattern: ".*tkqlhce\\.com.+?url=(?<baseUrl>.*)&sid=.*"
}
];