mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +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": {
|
"chaos.social": {
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
"alexaRank": 2073381,
|
"alexaRank": 2073381,
|
||||||
"regexCheck": "^[^.]{1,}$",
|
"regexCheck": "^[a-zA-Z0-9_]+$",
|
||||||
"urlMain": "https://chaos.social/",
|
"urlMain": "https://chaos.social/",
|
||||||
"url": "https://chaos.social/@{username}",
|
"url": "https://chaos.social/@{username}",
|
||||||
"usernameClaimed": "rixx",
|
"usernameClaimed": "rixx",
|
||||||
@@ -21672,7 +21672,7 @@
|
|||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
"alexaRank": 489597,
|
"alexaRank": 489597,
|
||||||
"regexCheck": "^[^.]{1,}$",
|
"regexCheck": "^[a-zA-Z0-9_]+$",
|
||||||
"urlMain": "https://social.tchncs.de/",
|
"urlMain": "https://social.tchncs.de/",
|
||||||
"url": "https://social.tchncs.de/@{username}",
|
"url": "https://social.tchncs.de/@{username}",
|
||||||
"usernameClaimed": "Milan",
|
"usernameClaimed": "Milan",
|
||||||
|
|||||||
Reference in New Issue
Block a user