Update YouTube.ps1

This commit is contained in:
Dmitry Nefedov
2022-09-23 10:28:12 +03:00
committed by GitHub
parent 9516751916
commit 88f2fb86b5

View File

@@ -36,7 +36,7 @@ $Key = ($Parsed.All | Where-Object -FilterScript { $_.InnerHtml -eq "here" }).Se
# Finally, get the real link
$Parameters = @{
Uri = "https://www.apkmirror.com/wp-content/themes/APKMirror/download.php$Key"
OutFile = "$PSScriptRoot\youtube.apk"
OutFile = "Temp\youtube.apk"
UseBasicParsing = $true
Verbose = $true
}