plex_debrid icon indicating copy to clipboard operation
plex_debrid copied to clipboard

regex

Open vdias opened this issue 10 months ago • 1 comments

I' getting really frustrated with this project and the regex to use... already tried millions of combinations and not working.

"La.Casa.(2023).[4k.2160p][Esp]"

How to match and download something like this?

Filters:

  • 4k or 2160p

vdias avatar Apr 15 '24 18:04 vdias

image

(\b2160p|4k\b)

easy peezy. whats the problem? Good website to test regex I use is https://regexr.com/

dreulavelle avatar May 14 '24 01:05 dreulavelle