From 3692d6e51fbd80e1cbb2818b88dfd8a0c11cce01 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 10 Feb 2023 09:40:42 +0100 Subject: [PATCH] doc: update example regexp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34127e..56ff07b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ rate_limiting = 4 ## optional, default 4, number of accounts handled simultaneou ## this parameter allows you to catch such URLs and apply the `display_url` (i.e. `tout.es`) instead of the `expanded_url` (i.e. `http://tout.es`) ## in those particular cases ## (!) use with caution, it might have some undesired effects -show_url_as_display_url_for = "^http(s)://(.+)\\.es$" +show_url_as_display_url_for = "^https?://(.+)\\.es$" ## optional, this allows you to replace the host for popular services such as YouTube of Twitter, or any other ## with their more freely accessible equivalent [scootaloo.alternative_services_for]