From 8b5dce1d3c5fcd5ffa3130e28e8d71e7d31d8361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar=20Su=C3=A1stegui?= Date: Sat, 2 May 2026 07:29:45 -0600 Subject: [PATCH] fix: disable RomanticCollection check (#2588) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: disable RomanticCollection check * chore: regenerate db metadata --------- Co-authored-by: Julio César Suástegui --- maigret/resources/data.json | 5 +++-- maigret/resources/db_meta.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index ddd7d28..f93b1e2 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -18539,7 +18539,8 @@ "urlMain": "https://www.romanticcollection.ru", "url": "https://www.romanticcollection.ru/forum/search.php?keywords=&terms=all&author={username}", "usernameClaimed": "Prim@", - "usernameUnclaimed": "noonewouldeverusethis7" + "usernameUnclaimed": "noonewouldeverusethis7", + "disabled": true }, "HSX": { "checkType": "message", @@ -35965,4 +35966,4 @@ "wiki", "writing" ] -} \ No newline at end of file +} diff --git a/maigret/resources/db_meta.json b/maigret/resources/db_meta.json index f237748..df39233 100644 --- a/maigret/resources/db_meta.json +++ b/maigret/resources/db_meta.json @@ -1,8 +1,8 @@ { "version": 1, - "updated_at": "2026-04-29T14:56:55Z", + "updated_at": "2026-05-02T12:32:02Z", "sites_count": 3157, "min_maigret_version": "0.6.0", - "data_sha256": "5dac8f1c045ea650d5872cf9dfd7f224410eaadba0f2b7eb60514cc51ba0097a", + "data_sha256": "6952bb4eddec6dc02c67a41581fc0a31bb49ea20ca36747ecc5f0ee5bbb9eb4c", "data_url": "https://raw.githubusercontent.com/soxoj/maigret/main/maigret/resources/data.json" } \ No newline at end of file