REGEX YouTube Regel #5105
Chris56564
started this conversation in
General
Replies: 2 comments 1 reply
-
The syntax is wrong. You may see the wiki. The rule in your case should be:
or
However, if you want to block these domains, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey peeps, in relation to this thing: ||^rr[[:digit:]]{1,}---[[:alnum:]]{1,}-[[:alnum:]]{1,}-[[:alnum:]]{1,}[[:alnum:]]{1,}.googlevideo.com$important This should match any variation but I was wondering if the regex rules support anchors? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to create a REGEX rule, but unfortunately it doesn't work.
I will block
rr4---sn-4g5edndy.googlevideo.com
rr1---sn-4g5ednds.googlevideo.com
rr2---sn-4g5ednsd.googlevideo.com
rr4---sn-4g5lznls.googlevideo.com
.........
My Rule is
/REGEX/rr\d+-+sn-\d\w\d\w\w\w\w\w.googlevideo.com
or
/REGEX/rr[0-9]---sn-[a-z0-9]{8}.googlevideo.com
What am I doing wrong?
Chris
Beta Was this translation helpful? Give feedback.
All reactions