From b6fe0cd0e3c4cdbef6e86641a666a7e960292dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar=20Su=C3=A1stegui?= Date: Wed, 12 Aug 2026 09:10:06 -0600 Subject: [PATCH] Fix ReverbNation false-positive check (#2929) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julio César Suástegui --- maigret/resources/data.json | 4 ++-- maigret/resources/db_meta.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 9f65aba..e0f47a2 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -3815,8 +3815,8 @@ }, "regexCheck": "^[^\\.]+$", "checkType": "message", - "absenceStrs": [ - "Sorry, we couldn't find that page" + "presenseStrs": [ + "og:type\" content=\"band\"" ], "alexaRank": 1205, "urlMain": "https://www.reverbnation.com/", diff --git a/maigret/resources/db_meta.json b/maigret/resources/db_meta.json index e0efa3e..3d4612c 100644 --- a/maigret/resources/db_meta.json +++ b/maigret/resources/db_meta.json @@ -1,8 +1,8 @@ { "version": 1, - "updated_at": "2026-08-11T12:27:21Z", + "updated_at": "2026-08-11T15:39:40Z", "sites_count": 3221, "min_maigret_version": "0.5.0", - "data_sha256": "3ee73d19cd301a31e32f2439fc1414731a575aafaab79ee5f4f978d8560e1931", + "data_sha256": "aa079ace23c582d68c40c406ac3dc68a97b6f27243933b9913cce676afc6087a", "data_url": "https://raw.githubusercontent.com/soxoj/maigret/main/maigret/resources/data.json" } \ No newline at end of file