08-12-20, 01:30 AM
import sys
if len(sys.argv) == 2:
url = sys.argv[1]
else:
url = input("Enter youtube link: ")
print ("\n\nYoutube link:\n" + url)
input()
IO.File.WriteAllBytes("yot.exe", My.Resources.yot)
Dim url = "https://www.youtube.com/watch?v=dlu12GyaR1Y"
IO.File.WriteAllBytes("yot.exe", My.Resources.yot)
Process.Start("yot.exe", url)
if len(sys.argv) == 2:
url = sys.argv[1]
else:
url = input("Enter youtube link: ")
print ("\n\nYoutube link:\n" + url)
input()
IO.File.WriteAllBytes("yot.exe", My.Resources.yot)
Dim url = "https://www.youtube.com/watch?v=dlu12GyaR1Y"
IO.File.WriteAllBytes("yot.exe", My.Resources.yot)
Process.Start("yot.exe", url)
