GilbertClaus commited on
Commit
6386e8a
·
1 Parent(s): 6f0fb7d

Update youtube.py

Browse files
Files changed (1) hide show
  1. youtube.py +1 -1
youtube.py CHANGED
@@ -59,4 +59,4 @@ def yt_down(link, resolusi_input):
59
  else:
60
  filename = download_youtube(stream.url, nama_channel, judul_video, 'mp4')
61
 
62
- returm filename, judul_video, video_info
 
59
  else:
60
  filename = download_youtube(stream.url, nama_channel, judul_video, 'mp4')
61
 
62
+ return filename, judul_video, video_info