From d8779e0b1d2ac4e5216fedfe5ed092815ad4bebe Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Wed, 29 Sep 2021 20:27:05 +0800 Subject: [PATCH] Update ytbcheck.js --- Scripts/ytbcheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/ytbcheck.js b/Scripts/ytbcheck.js index cdc8083..fe7f628 100644 --- a/Scripts/ytbcheck.js +++ b/Scripts/ytbcheck.js @@ -101,7 +101,7 @@ function test() { return } - if (data.indexOf('premium is not available in your country') !== -1) { + if (data.indexOf('Premium is not available in your country') !== -1) { resolve('Not Available') return }