update domain list

master
Lea 2024-03-24 13:14:08 +01:00
parent 9bba66696d
commit e67713ad97
Signed by: Lea
GPG Key ID: 1BAFFE8347019C42
1 changed files with 1 additions and 1 deletions

View File

@ -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=(?<videoid>[^\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=(?<videoid>[^\s\/?&]{1,16})(&\S*)?/gi;
const results: string[] = [];
for (const result of content.matchAll(RE_YOUTUBE_PROXY)) {