mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Fix Setlist site check: switch to message checkType with proper markers (#2333)
* Initial plan * Disable Setlist site check due to false positives (soft 404) Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/8c552ca6-51e5-4e79-a791-ddd6f27d2461 * Fix Setlist check: switch to message checkType with proper markers Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/3c387df6-1dfe-451f-96d8-b4b6455f7857 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com>
This commit is contained in:
@@ -14605,11 +14605,17 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"us"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"checkType": "message",
|
||||||
|
"presenseStrs": [
|
||||||
|
"s setlist.fm | setlist.fm</title>"
|
||||||
|
],
|
||||||
|
"absenceStrs": [
|
||||||
|
"Sorry, the page you requested doesn't exist"
|
||||||
|
],
|
||||||
"alexaRank": 43166,
|
"alexaRank": 43166,
|
||||||
"urlMain": "https://www.setlist.fm",
|
"urlMain": "https://www.setlist.fm",
|
||||||
"url": "https://www.setlist.fm/user/{username}",
|
"url": "https://www.setlist.fm/user/{username}",
|
||||||
"usernameClaimed": "adam",
|
"usernameClaimed": "bendobrin",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"SevSocium": {
|
"SevSocium": {
|
||||||
|
|||||||
Reference in New Issue
Block a user