plex_debrid
plex_debrid copied to clipboard
regex
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
(\b2160p|4k\b)
easy peezy. whats the problem? Good website to test regex I use is https://regexr.com/