mirror of
https://github.com/soxoj/maigret.git
synced 2026-09-22 17:54:55 +02:00
Disable Southklad false-positive site (#3135)
Rebased onto latest soxoj/main. Same surgical data.json/db_meta.json fix. Author search returns near-identical tiny 200 bodies without the configured absenceStr (antibot). Disable until a working probe exists. Closes #2768 Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Julio César Suástegui <juliosuas@users.noreply.github.com>
This commit is contained in:
co-authored by
Cursor Agent
Julio César Suástegui
parent
aa52957ac7
commit
38bbf5cc73
@@ -23392,6 +23392,7 @@
|
||||
"hobby",
|
||||
"ru"
|
||||
],
|
||||
"disabled": true,
|
||||
"checkType": "message",
|
||||
"absenceStrs": [
|
||||
"Подходящих тем или сообщений не найдено."
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"version": 1,
|
||||
"updated_at": "2026-09-20T22:28:05Z",
|
||||
"updated_at": "2026-09-20T22:34:17Z",
|
||||
"sites_count": 6121,
|
||||
"min_maigret_version": "0.5.0",
|
||||
"data_sha256": "3dccd153f62dd0a2ce4e97360ab8ddb5c0c14cc6fc285544836430d628ab856d",
|
||||
"data_sha256": "6e451d419a6b1f006065e0377e5845928b3c7d71cc6d54d0d398dc98f9185304",
|
||||
"data_url": "https://raw.githubusercontent.com/soxoj/maigret/main/maigret/resources/data.json"
|
||||
}
|
||||
@@ -18,16 +18,16 @@ The file was updated on 2026-09-20. Maigret currently supports 6121 sites.
|
||||
|
||||
### Coverage
|
||||
|
||||
- **Enabled sites:** 5424/6121 = 88.61%
|
||||
- **Check types:** status_code 2761 (50.9%), message 2586 (47.68%), response_url 77 (1.42%)
|
||||
- **Enabled sites:** 5423/6121 = 88.6%
|
||||
- **Check types:** status_code 2761 (50.91%), message 2585 (47.67%), response_url 77 (1.42%)
|
||||
- **Countries:** 77 tagged, 3373 sites (55.11%) have no country tag
|
||||
|
||||
### Check strength
|
||||
|
||||
- **Weak-signal checks:** 3269/5424 = 60.27% (status code checks, plus message checks missing a string)
|
||||
- **Status code checks:** 2761/5424 = 50.9% (existence inferred from the HTTP code alone)
|
||||
- **Message checks missing a string:** 508/5424 = 9.37% (presence or absence strings, not both)
|
||||
- **Message checks without presence markers:** 242/5424 = 4.46% (subset of the line above, absence strings are the only signal)
|
||||
- **Weak-signal checks:** 3268/5423 = 60.26% (status code checks, plus message checks missing a string)
|
||||
- **Status code checks:** 2761/5423 = 50.91% (existence inferred from the HTTP code alone)
|
||||
- **Message checks missing a string:** 507/5423 = 9.35% (presence or absence strings, not both)
|
||||
- **Message checks without presence markers:** 241/5423 = 4.44% (subset of the line above, absence strings are the only signal)
|
||||
|
||||
### Special cases
|
||||
|
||||
@@ -1065,7 +1065,7 @@ Rank data fetched from Majestic Million by domains.
|
||||
1.  [Clapper (https://clapperapp.com/)](https://clapperapp.com/)*: top 10M, messaging, social, video*
|
||||
1.  [yka.kz (http://yka.kz)](http://yka.kz)*: top 10M, kz*
|
||||
1.  [Planetaexcel (https://www.planetaexcel.ru)](https://www.planetaexcel.ru)*: top 10M, ru*
|
||||
1.  [Southklad (https://southklad.ru)](https://southklad.ru)*: top 10M, hobby, ru*
|
||||
1.  [Southklad (https://southklad.ru)](https://southklad.ru)*: top 10M, hobby, ru*, search is disabled
|
||||
1.  [Autolada (https://www.autolada.ru/)](https://www.autolada.ru/)*: top 10M, auto, ru*
|
||||
1.  [md (https://forum.md/ru/)](https://forum.md/ru/)*: top 10M, forum, md, ru*
|
||||
1.  [Dissenter (https://dissenter.com/)](https://dissenter.com/)*: top 10M, us*
|
||||
|
||||
Reference in New Issue
Block a user