mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 22:14:27 +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;
|
if (isDuplicate) return text;
|
||||||
|
|
||||||
const channelName = findChannelFromVideoWeaverUrl(details.url);
|
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 =
|
const proxy =
|
||||||
details.proxyInfo && details.proxyInfo.type !== "direct"
|
details.proxyInfo && details.proxyInfo.type !== "direct"
|
||||||
? getUrlFromProxyInfo(details.proxyInfo)
|
? getUrlFromProxyInfo(details.proxyInfo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user