mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-08-05 15:45:52 +03:00
fixes #15952
This commit is contained in:
@@ -934,7 +934,7 @@ set "requestUrl=%hostsUrl%?t=%cacheBuster%"
|
|||||||
echo Checking hosts file...
|
echo Checking hosts file...
|
||||||
|
|
||||||
if exist "%SystemRoot%\System32\curl.exe" (
|
if exist "%SystemRoot%\System32\curl.exe" (
|
||||||
curl -L -s --fail -o "%tempFile%" "%requestUrl%"
|
curl -L -s -o "%tempFile%" "%requestUrl%"
|
||||||
) else (
|
) else (
|
||||||
powershell -NoProfile -Command ^
|
powershell -NoProfile -Command ^
|
||||||
"$url = '%requestUrl%';" ^
|
"$url = '%requestUrl%';" ^
|
||||||
|
|||||||
Reference in New Issue
Block a user