Update ytbcheck.js

This commit is contained in:
Shawn
2021-09-29 20:27:05 +08:00
parent af9806b0f4
commit d8779e0b1d

View File

@@ -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
}