From a4264196dd79fde2abf220b4f40468c00f41e15c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 2 Apr 2019 17:29:09 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index dc8ac88..04c8780 100644 --- a/Configuration.md +++ b/Configuration.md @@ -101,7 +101,7 @@ Some text to display in the footer of the archive index. Useful for providing s --- #### `URL_BLACKLIST` -**Possible Values:** [`None`]/`".*\.exe$"`/`"((.+\.)?youtube\.com)|(amazon\.com)'`/... +**Possible Values:** [`None`]/`.*\.exe$`/`(youtube\.com)|(amazon\.com)'`/... A regex expression used to exclude certain URLs from the archive. You can use if there are certain domains, extensions, or other URL patterns that you want to ignore whenever they get imported. Blacklisted URLs wont be included in the index, and their page content wont be archived.