mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 13:05:10 +00:00
Update ytbcheck.js
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user