Update Subscribe.ps1

This commit is contained in:
I-Am-Jakoby 2022-12-18 14:32:50 -06:00 committed by GitHub
parent 0c06328b75
commit 06ed91eef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,9 +23,9 @@
#> #>
############################################################################################################################################# #############################################################################################################################################
# Enter your youtube channel URL here, but you should test this script with my URL first ;D # Enter your youtube channel URL here, ONLY if you are rehosting this script yourself
$channel = "https://www.youtube.com/iamjakoby" # $channel = "https://www.youtube.com/iamjakoby"
Add-Type -AssemblyName System.Windows.Forms Add-Type -AssemblyName System.Windows.Forms
$o=New-Object -ComObject WScript.Shell $o=New-Object -ComObject WScript.Shell