1

Amélioration de la détection de liens externes morts

This commit is contained in:
2025-10-31 12:41:34 +01:00
parent 7442622c74
commit f8b824c540
7 changed files with 885 additions and 3474 deletions

View File

@@ -1,5 +1,19 @@
{
"rebrickable": {
"apiKey": ""
},
"externalLinks": {
"cacheDir": "tools/cache",
"cacheFile": "external_links.yaml",
"hostDelayMs": 2000,
"retryDelayMs": 5000,
"requestTimeoutSeconds": 5,
"cacheTtlSuccessDays": 7,
"cacheTtlClientErrorDays": 0,
"outputFormat": "markdown",
"outputFile": "tools/cache/external_links_report.md",
"userAgent": null,
"enableCookies": true,
"cookieJar": "tools/cache/curl_cookies.txt"
}
}
}