mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-19 22:00:04 +10:00
fixed encoding for github.io
This commit is contained in:
@@ -293,6 +293,7 @@ function CallLang($clg) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
$response = (iwr -Uri $urlLang -UseBasicParsing).Content
|
$response = (iwr -Uri $urlLang -UseBasicParsing).Content
|
||||||
|
if ($mirror) { $response = [System.Text.Encoding]::UTF8.GetString($response) }
|
||||||
Invoke-Expression $response
|
Invoke-Expression $response
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
|
|||||||
Reference in New Issue
Block a user