Ignore link density checks in newsletters

This commit is contained in:
Jackson Harper
2023-08-31 18:16:55 +08:00
parent 11f267b0bf
commit 293becf596
3 changed files with 7 additions and 4 deletions

View File

@ -176,6 +176,7 @@ const getReadabilityResult = async (
debug: DEBUG_MODE,
createImageProxyUrl,
keepTables: isNewsletter,
ignoreLinkDensity: isNewsletter,
url,
}).parse()