mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Fix missing Mastodon Regex (#908)
Co-authored-by: Dat Nguyen Dinh <dat.nguyen@liferaftinc.com>
This commit is contained in:
committed by
GitHub
parent
366e9333dd
commit
745a70a534
@@ -18981,7 +18981,7 @@
|
||||
"chaos.social": {
|
||||
"checkType": "status_code",
|
||||
"alexaRank": 2073381,
|
||||
"regexCheck": "^[^.]{1,}$",
|
||||
"regexCheck": "^[a-zA-Z0-9_]+$",
|
||||
"urlMain": "https://chaos.social/",
|
||||
"url": "https://chaos.social/@{username}",
|
||||
"usernameClaimed": "rixx",
|
||||
@@ -21672,7 +21672,7 @@
|
||||
],
|
||||
"checkType": "status_code",
|
||||
"alexaRank": 489597,
|
||||
"regexCheck": "^[^.]{1,}$",
|
||||
"regexCheck": "^[a-zA-Z0-9_]+$",
|
||||
"urlMain": "https://social.tchncs.de/",
|
||||
"url": "https://social.tchncs.de/@{username}",
|
||||
"usernameClaimed": "Milan",
|
||||
|
||||
Reference in New Issue
Block a user