xxxxxxxxxx
dont use any of the convertors found on the other grepper answers
they're either advertising themselves or linking untrustworthy sites
xxxxxxxxxx
# no need to use converters:
# first do "pip install pytube" in terminal
# run this python code and paste a url
# download appears in same directory, enjoy :)
from pytube import YouTube
def Download(link):
try:
yt_object = YouTube(link)
yt_object = yt_object.streams.get_highest_resolution()
try:
yt_object.download()
except:
print("error with download :(")
print("download complete :)")
except:
print("please enter a valid URL")
link = input("YouTube URL to download: ")
Download(link)
xxxxxxxxxx
listen to the greepper post where it says to not use any of the other converters on the other grepper answers
xxxxxxxxxx
ytmp4converter.com is the best tool to convert youtube ti mp3 or mp4 files
xxxxxxxxxx
The only safe youtube to Mp4 converter is https://ytmp4converter.com/