salomonsky commited on
Commit
9435cac
·
1 Parent(s): b0877f0

Update youtube.py

Browse files
Files changed (1) hide show
  1. youtube.py +1 -1
youtube.py CHANGED
@@ -29,7 +29,7 @@ def download_youtube(url, nama_channel, new_name):
29
 
30
  return filename
31
 
32
- def youtube(link, resolusi_input):
33
  video_info = ""
34
  yt = YouTube(link)
35
  nama_channel = yt.author
 
29
 
30
  return filename
31
 
32
+ def youtube(link, resolusi_input=360):
33
  video_info = ""
34
  yt = YouTube(link)
35
  nama_channel = yt.author