Update README to be more clear on regex

This commit is contained in:
Felisp 2023-12-24 03:03:19 +01:00
parent adc02bbd5f
commit 0b04c34a75

View file

@ -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