From e67713ad97401ff3ec2b8d589d052f48efcaf274 Mon Sep 17 00:00:00 2001 From: Lea Date: Sun, 24 Mar 2024 13:14:08 +0100 Subject: [PATCH] update domain list --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 723a703..8767114 100644 --- a/src/index.ts +++ b/src/index.ts @@ -546,7 +546,7 @@ async function wordFilters(message: Message) { const content = message.content.replace(/\u200b/g, ""); try { - const RE_YOUTUBE_PROXY = /https?:\/\/(\w+\.)?(poketube\.fun|poketube\.sudovanilla\.com|piped\.video)\/watch\?([^\s\/]+&)?v=(?[^\s\/?&]{1,16})(&\S*)?/gi; + const RE_YOUTUBE_PROXY = /https?:\/\/(\w+\.)?(poketube\.fun|poketube\.sudovanilla\.com|poke\.(vern\.cc|ashley0143\.xyz|(fr1\.)?shiggy\.cloud|alphexo\.dev|ggtyler\.dev)|cal1\.poke\.ggtyler\.dev|piped\.video|transgaycatgirlsfuck\.me)\/watch\?([^\s\/]+&)?v=(?[^\s\/?&]{1,16})(&\S*)?/gi; const results: string[] = []; for (const result of content.matchAll(RE_YOUTUBE_PROXY)) {