mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 14:04:26 +02:00
Improve purple screen logging
This commit is contained in:
parent
d8f9a4f321
commit
12d2af3b9c
@ -34,7 +34,9 @@ export default function onBeforeVideoWeaverRequest(
|
||||
if (isDuplicate) return text;
|
||||
|
||||
const channelName = findChannelFromVideoWeaverUrl(details.url);
|
||||
const isPurpleScreen = textLower.includes("https://help.twitch.tv/");
|
||||
const isPurpleScreen =
|
||||
textLower.includes("https://example.com") &&
|
||||
textLower.includes("https://help.twitch.tv/");
|
||||
const proxy =
|
||||
details.proxyInfo && details.proxyInfo.type !== "direct"
|
||||
? getUrlFromProxyInfo(details.proxyInfo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user