From 0b04c34a756a3d38493133b7b7e9bb23dffa9072 Mon Sep 17 00:00:00 2001 From: Felisp Date: Sun, 24 Dec 2023 03:03:19 +0100 Subject: [PATCH] Update README to be more clear on regex --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 2bacda2..cbf2b06 100644 --- a/README.org +++ b/README.org @@ -48,7 +48,8 @@ Right now there is no automated way to generate your feed url but making one by - Have ~cute~ or ~pretty~ in their title - Are in the lowest 98% part of catalog (it's on position ~147/150 e.g. 3 threads before being bumped off) - Note that ~//~ are not special characters ~q=/general/~ will work as expected and match thread with "​/general​/" in it's title -- Also note that regex is *NOT* supported for now, so something like ~q=rainbow*~ will only match threads with "rainbow[asterisk]" +- Also note that regex is *NOT* supported for now, so something like ~q=rainbow*~ will only match threads with "rainbow" followed + immedidatelly by ~*~ in their title *** Generating URL interactively