GilbertClaus commited on
Commit
14c0d7b
·
1 Parent(s): e0ed190

Update youtube.py

Browse files
Files changed (1) hide show
  1. youtube.py +0 -1
youtube.py CHANGED
@@ -54,7 +54,6 @@ def youtube(link, resolusi_input):
54
  stream = yt.streams.filter(progressive=True, resolution=resolusi).first()
55
 
56
  if stream is None:
57
- print("Maaf resolusi yang anda masukkan tidak ada")
58
  return None
59
  else:
60
  filename = download_youtube(stream.url, nama_channel, judul_video)
 
54
  stream = yt.streams.filter(progressive=True, resolution=resolusi).first()
55
 
56
  if stream is None:
 
57
  return None
58
  else:
59
  filename = download_youtube(stream.url, nama_channel, judul_video)